bug-gnulib
[Top][All Lists]
Advanced

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

Re: RE : Re: error and program_name


From: Paul Eggert
Subject: Re: RE : Re: error and program_name
Date: Thu, 23 Dec 2010 10:56:38 -0800
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

On 12/23/2010 06:13 AM, Jim Meyering wrote:
> Starting a daemon...
> Yes, that sounds challenging.

We'd have to start a new daemon for each directory, right?
So we'd need a hash table mapping directory FDs to info about
each daemon.

There's also the issue of signal safety, which we'd need to
think about regardless of whether we use a daemon.

I dunno, this solution initially sounds nice (it had already
occurred to me before this discussion), but given that we're
only talking about systems with low-quality libraries, and
given that any solution will be pretty hard to test, I'm
inclined to think that going with subprocesses would be more
trouble than it's worth.



reply via email to

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