[Cppcms-users] how to test service.worker_processes?
Brought to you by:
artyom-beilis
|
From: 陈抒 <csf...@gm...> - 2014-03-31 14:55:35
|
Today, I set service.worker_processes to 1, then launch my web server. I get two processes like below: dean@dean-ubuntu:~$ ps -def | grep data_collector dean 4812 4111 0 22:25 pts/0 00:00:00 bin/data_collector -c ../config.js dean 4813 4812 0 22:25 pts/0 00:00:00 bin/data_collector -c ../config.js I then kill 4813 process and wait, but it is not restarted. why? Dean Chen Best regards http://blog.csdn.net/csfreebird |