http://qs321.pair.com?node_id=431287


in reply to Re: Executing Systems Calls with Care
in thread Executing Systems Calls with Care

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.
  • Comment on Re^2: Executing Systems Calls with Care