Re: Confirm event model

Thanks Igor.

Is epoll considered the best polling method if available?

On Tue, Oct 25, 2011 at 12:01:24PM +0000, [email protected] wrote:

Thanks Igor.

Is epoll considered the best polling method if available?

On Linux - yes.

i.e. “select”, “epoll”, “kqueue”, etc.?

Just write explictly:

events {
use epoll;
}

If nginx can not use this method it will complain in error_log.


Igor S.