- 最后登录
- 2023-8-16
- 在线时间
- 1686 小时
- 威望
- 2135
- 金钱
- 50532
- 注册时间
- 2011-10-12
- 阅读权限
- 200
- 帖子
- 5207
- 精华
- 39
- 积分
- 2135
- UID
- 2
|
3#
发表于 2013-1-28 13:11:16
Qnnn AQ Server Class Process Performs various AQ-related background task for QMNC
Qnnn acts as a slave process for QMNC and carry out tasks assigned by QMNC. The
number of these processes is dynamically managed by QMNC based on load.
The Qnnn processes are in a wait loop
(waiting for a task on a global list of tasks) until
the task arrives. If a process is idle for a long time,
then it is automatically killed. If a task is not picked
by any slave process for a long duration, then
QMNC starts a new slave process.
简单来说是 高级队列的 Qmnc的slave 进程,完成QMNC 分配的任务。 |
|