core files under SV

Dan Bernstein brnstnd at stealth.acf.nyu.edu
Mon Nov 20 15:36:18 AEST 1989


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



More information about the Comp.unix.questions mailing list