Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!swrinde!gem.mps.ohio-state.edu!sunybcs!sbcs!stealth!brnstnd From: brnstnd@stealth.acf.nyu.edu (Dan Bernstein) Newsgroups: comp.unix.questions Subject: Re: core files under SV Message-ID: <3991@sbcs.sunysb.edu> Date: 20 Nov 89 04:36:18 GMT Sender: news@sbcs.sunysb.edu Reply-To: brnstnd@stealth.acf.nyu.edu (Dan Bernstein) Distribution: usa Organization: IR Lines: 5 If you use double-forking to avoid ten lines of child-handling code, you risk a (very improbable) race condition. And the extra fork wastes more time than a signal handler. And you may run out of processes. ---Dan