bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] sort: parallel external sort implementation


From: Pádraig Brady
Subject: Re: [PATCH] sort: parallel external sort implementation
Date: Thu, 04 Mar 2010 12:50:02 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100216 Thunderbird/3.0.2

On 04/03/10 12:12, Chen Guo wrote:
Hi Padraig,
     The documentations coming in my patch, since we're both using the same
--threads option. I haven't put any examples in yet, but I suppose I should.
Thanks for the heads up.

     Why would there be a need to switch to processes? There's more memory
and communication overhead. The only advantage I'd see is address space,
which we'd likely never need.

No particular reason at present but possible future reasons are,
buggy pthreads on some platforms, simpler code, possibility
of processes running on separate systems (memory), ...

cheers,
Pádraig.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]