Re: [CIL users] CPU Time limit

2009-04-02 Thread Benjamin Ylvisaker
On Mar 26, 2009, at 12:17 AM, Christoph Spiel wrote: > Benjamin - > > On Wed, Mar 25, 2009 at 01:50:58PM -0700, Benjamin Ylvisaker wrote: >> 2) In C or bash or whatever, implement basically the same thing, but >> externally at the process level. >> >> Has anyone else dealt with this issue? Any id

Re: [CIL users] CPU Time limit

2009-03-26 Thread Christoph Spiel
Benjamin - On Wed, Mar 25, 2009 at 01:50:58PM -0700, Benjamin Ylvisaker wrote: > 2) In C or bash or whatever, implement basically the same thing, but > externally at the process level. > > Has anyone else dealt with this issue? Any ideas about what would be > best? There are several load

Re: [CIL users] CPU Time limit

2009-03-25 Thread Gabriel Kerneis
Hi, On Wed, Mar 25, 2009 at 01:50:58PM -0700, Benjamin Ylvisaker wrote: > 1) In CIL itself, spawn another thread that monitors CPU time > consumption and sleeps most of the time. When the time limit is > reached, print out a message and kill the whole process. After some > light documentat