From: ts Date: 2004-09-02T23:21:41+09:00 Subject: Re: ruby-dev summary 24054-24170 >>>>> "A" == Ara T Howard writes: A> On Thu, 2 Sep 2004, ts wrote: >> yes, more precisely when the daemon() function is not implemented in a >> system then ruby must do exactly like the BSD version. A> i always use a double fork - you feel this is enough though? Well in the BSD daemon() there is only a single fork(), if ruby want to emulate daemon() on other systems it must use only a single fork() Guy Decoux