> So, what mechanisms are there to deal with this? I'm assuming shell
> limits, but what limits should be used to control load averages? Or, I
> guess a more clueful question is, does anyone have a reasonable set of
> tested limits which would allow for . . . fair use of the CPU without
> letting one user drag it to a stop?

 shell limit might not be a solution since you can fork a child process
without having a shell.  process number control might be an option. (not
sure if that's available for linux). as far as CPU cycle control, I doubt
it's possible. (besides using nice and renice)....on AIX, I can't find a
way to control CPU usage. maybe there is a way under linux..

setting your ulimit might help in some cases....


   ~             Experience the power of the Penguin
  'v'        _/     _/_/_/  _/    _/  _/    _/ _/   _/
 // \\      _/       _/    _/_/  _/  _/    _/   _/_/
/(   )\    _/       _/    _/  _/_/  _/    _/    _/_/
 ^`~'^    _/_/_/ _/_/_/  _/    _/  _/_/_/_/   _/   _/

---------------------------------------------------------------------------
Send administrative requests to [EMAIL PROTECTED]

Reply via email to