OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: Possible reasons for "qmgr" loading the system?

From: Wietse Venema (wietseporcupine.org)
Date: Wed Mar 04 2009 - 12:32:50 CST


Victor Duchovni:
> Is it the queue manager that's burning CPU? Nothing too interesting
> here.

Yes, according to this:

  PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
26926 postfix 20 0 5840 2552 1792 R 43 0.3 276:51.22 qmgr

There needs to be a safety check for the case that qmgr_job_entry_select()
decides that there is no eligible work, otherwise qmgr_transport_select()
could go into a loop.

        Wietse