Closed gzldx closed 9 years ago
I see 3 and you don't even show the whole ps output. Gearmand is the process server.
How can I see the worker process id? I config count = 10 in config.ini, but I just see 1 worker process in gearman monitor
I am not familiar with gearman monitor. Can you show me the full ps output?
$ sudo /etc/init.d/gearman-manager start
$ sudo /data/git/GearmanManager/pecl-manager.php -c /etc/gearman-manager/config.ini -d
$ cat /etc/gearman-manager/config.ini [GearmanManager] ; workers can be found in this dir worker_dir=/data/www/weili/trunk/worker
; Reload workers as new code is available auto_update=1 ;dedicated_count=2 count=10
But I just found 2 workers have been started..
I will try it later. Thank you
[GearmanManager] ; workers can be found in this dir worker_dir= XXXXXXXXX
; Reload workers as new code is available auto_update=1 count=10
I have set 10 worker to do the job,but why is only 1 worker start?