|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re (tilly) 1: Coping with a large family (interprocess communication)by tilly (Archbishop) |
| on Apr 23, 2001 at 11:03 UTC ( [id://74684]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
It sounds like you want something like IO::Select. Also note that you will want to properly close the filehandle when you are done, and then do a waitpid to "reap" the child, else you will get zombies. (That is the nickname for a process whose useful life is over, but it has to linger to tell its parent its return code.)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||