I was wondering how to go about limiting the % of CPU used by certain processes. I've been running hotway, the pop-httpmail gateway daemon, as an xinetd service. Unfortunately, after a couple of uses, hotway starts spawning zombie threads which eat away at my cpu. I've been using cron to regularly kill the extra hotwayd processes, but I was wondering if there was a way to limit the damage done in the interim between the cron job.
I was thinking ulimit might be the way to do it, but I think that only covers user threads.
any ideas?
-Venkman
I was thinking ulimit might be the way to do it, but I think that only covers user threads.
any ideas?
-Venkman