Adam Kennedy wrote: >...because once anyone used prefork anywhere it would somehow attach >itself and trigger the functionality in the Perl fork() function >itself somehow. Eww, bad idea. fork() is used for more purposes than just creating near-identical service processes. To make fork() by default do much more than just the syscall would be dangerously surprising. -zeframThread Previous | Thread Next