Re: connection starvation problem

2014-05-26 Thread Maxim Dounin
Hello! On Sun, May 25, 2014 at 12:15:51PM -0400, xinghua_hi wrote: > hi: > > In man epoll , a section refer to "epoll edge trigger starvation > problem", and around to this we need to maintain a ready list instead of > read socket > until EAGAIN. but i didn't find any related solution cod

connection starvation problem

2014-05-25 Thread xinghua_hi
hi: In man epoll , a section refer to "epoll edge trigger starvation problem", and around to this we need to maintain a ready list instead of read socket until EAGAIN. but i didn't find any related solution code in nginx. In request body read function `ngx_http_do_read_client_request_body`,