Падения nginx под CentOS 5.2

Alex Vorona voron at amhost.net
Sat Nov 15 21:20:48 MSK 2008


15.11.2008 18:15, Vladimir Stackov wrote:
> В Сбт, 15/11/2008 в 09:56 +0200, Alex Vorona пишет:
>> 14.11.2008 22:52, Vladimir Stackov wrote:
>>> В Чтв, 13/11/2008 в 16:46 +0300, Igor Sysoev пишет:
>>>
>>>>> Всё решилось заменой __FD_SETSIZE в
>>>>> /usr/include/linux/posix_types.h
>>>>> /usr/include/bits/typesizes.h
>>>>> на довльно большое значение.
>>>> А зачем на CentOS использовать select ?
>>>>
>>> Т.е.? Есть какой-то другой вариант?
>> epoll в 2.6, rtsig в 2.4, на худой конец poll.
> 
> А как nginx с ними скомпилить?
> 

# ./configure --help|egrep 'poll|rtsig'
   --with-rtsig_module                enable rtsig module
   --with-poll_module                 enable poll module
   --without-poll_module              disable poll module

epoll детектится во время configure
# ./configure
checking for OS
  + Linux 2.6.24.2-grsec i686
[...]
checking for Linux specific features
checking for epoll ... found
              ^^^^^





More information about the nginx-ru mailing list