(11: Resource temporarily unavailable)

agentzh agentzh at gmail.com
Mon Jan 10 06:03:42 MSK 2011


On Mon, Jan 10, 2011 at 8:10 AM, Anto <aryanto at chello.at> wrote:
> I am wondering if the "Resource temporarily unavailable" message would be an
> indication that nginx is waiting for something and would do retry if it
> doesn't get anything. If my nginx would get thousands of requests, I believe
> that would be a waste time doing wait and retry, which would significantly
> make my nginx slow.

Nginx works in a non-blocking manner and it's normal to receive EAGAIN
when a non-blocking socket reading operation simply returns when the
network device is not ready.

Cheers,
-agentzh



More information about the nginx mailing list