bug-coreutils
[Top][All Lists]
Advanced

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

Re: feature request: gzip/bzip support for sort


From: Dan Hipschman
Subject: Re: feature request: gzip/bzip support for sort
Date: Thu, 18 Jan 2007 20:13:13 -0800
User-agent: Mutt/1.5.9i

On Thu, Jan 18, 2007 at 05:47:53PM -0800, Dan Hipschman wrote:
> That's a thought, although libz only works with gzip (as you said), and
> it will add more complexity (like my original patch using LZO and this
> new one combined).  I don't think we'll have 40 instances of gzip -d
> running.  We should only need at most one compression process, and
> NMERGE (16) decompression processes running at one time.  I think
> retrying fork if it fails is a good idea, and I've already added that
> since I read your mail.

Apologies, I spoke to soon.  We shouldn't have 40 *running* processes,
but we generate a lot of defunct ones.  I'm working on cleaning them up
sooner and then hopefully we can bound the number of child processes at
NMERGE + 1.




reply via email to

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