links for 2007-12-10
-
"Add
waitpid $pid, 0;
to your script when you are done with each individual call
to IO::Pipe. That frees up the resource that is hanging
onto a dead process.open2 can only handle a limited number
of processes (128 or 64), so you have to unle