in reply to Reaping Child procs causing <defunct>????
One code suggestion I'd like to make. Consider using waitpid instead of wait. perldoc -f waitpid contains a code fragment you may want to use: a non-blocking loop that reaps all zombied children.
Abigail
|
|---|