nginx on Solaris10/x86

Igor Sysoev is at rambler-co.ru
Wed Feb 9 12:34:51 MSK 2005


On Wed, 9 Feb 2005, Alexander Popkov wrote:

> Tuesday, February 8, 2005, 9:42:53 PM, you wrote:
> IS> А если в разделе events указать
>
> IS> devpoll_events  8;
> ---------------------------------------------------------------
> Тогда все хорошо, вот error.log с началом обработки запроса:
> 2005/02/09 11:06:44 [info] 5372#0: using the "/dev/poll" event method
> 2005/02/09 11:06:44 [info] 5372#0: OS: SunOS 5.10
> 2005/02/09 11:06:44 [info] 5372#0: version: Generic
> 2005/02/09 11:06:44 [info] 5372#0: getrlimit(RLIMIT_NOFILE): 256:65536

Как подсказал добрый человек, ман есть здесь:
http://docs.sun.com/app/docs/doc/816-5177/6mbbc4g8t?a=view

А в мане есть ответ:

EINVAL

     The request or arg parameter is not valid for this device, or field
of the dvpoll struct pointed by arg is not valid (for example, dp_nfds
is greater than {OPEN_MAX}).

OPEN_MAX, насколько я понимаю, в данном случае - 256:

2005/02/09 11:06:44 [info] 5372#0: getrlimit(RLIMIT_NOFILE): 256:65536

Надо будет по умолчанию в devpoll_events поставить что-то нетральное
типа 32 или 64.


Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list