lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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