in reply to fork problem
Also, if you're running under mod_perl, you'll want to be careful to make the child "CORE::exit", rather than just "exit", since, under mod_perl, exit is really just a signal to finish the request and return the (not dead!) process to the pool of processes waiting to accept new socket connections.
------------ :Wq Not an editor command: Wq
|
|---|