in reply to Re: Launching an external process with a run-time limit
in thread Launching an external process with a run-time limit
I was under the impression that ulimit -t worked on CPU seconds rather than wall-clock seconds, and therefore if the hung process wasn't using CPU cycles this wouldn't work. I'll have to give this a go.