Nginx TCP Delays

Avleen Vig avleen at gmail.com
Wed Sep 23 12:45:32 MSD 2009


On Sep 21, 2009, at 1:02, François Battail <fb at francois.battail.name>  
wrote:

> Le dimanche 20 septembre 2009 à 22:47 -0700, Khalid Shaikh a écrit :
>
>> worker_processes 32;
>
> That's way too much, try to keep the number of workers sticked to the
> number of cores (eg: 4).

Surely you should have more?
Eg with 4 cores have 8 workers.

If workers block serving a request, this means you don't have CPU  
sitting idle.

>> events {
>>  worker_connections  10024;
> + use epoll ;
>> }
>
> BTW what's the result of an ulimit -n and results for a netstat -t?
>
> Best regards
>
>
>
>





More information about the nginx mailing list