It was thus said that the Great David Kolf once stated: > > Are there other, better alternatives to limit the CPU time? Under Unix, you can call setrlimit(), or ulimit from the command line, to limit not only CPU, but memory resources as well. -spc