|
|
| go ahead... be a heretic | |
| PerlMonks |
Re^2: Executing Systems Calls with Careby bluto (Curate) |
| on Feb 15, 2005 at 18:28 UTC ( #431287=note: print w/ replies, xml ) | Need Help?? |
|
One problem with using alarms to time out system() is that it doesn't guarantee that the child process (in this case the entire pipeline) will die from the alarm itself. If the alarm triggers, you need to make sure you kill off the child pipeline.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||