Re: nginx multiprocess on Windows

2016-09-29 Thread hheiko
Try http://nginx-win.ecsds.eu/index.html Posted at Nginx Forum: https://forum.nginx.org/read.php?2,269968,269970#msg-269970 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginx multiprocess on Windows

2016-09-29 Thread Valentin V. Bartenev
On Thursday 29 September 2016 18:32:14 shang yu wrote: > Hi dear all, > > I'm running nginx 1.10.1 on Windows , which is configured with 2 sub > processes . I'm using ab to test the work load , found only one process is > busy (cpu usage is high) but the other process is idle (cpu usage is zero)

nginx multiprocess on Windows

2016-09-29 Thread shang yu
Hi dear all, I'm running nginx 1.10.1 on Windows , which is configured with 2 sub processes . I'm using ab to test the work load , found only one process is busy (cpu usage is high) but the other process is idle (cpu usage is zero). Why ? is it some kind of limit for nginx on Windows ? Many tha