nginx/src/event/modules
Ruslan Ermilov 91df4f0746 Events: made a failure to create a notification channel non-fatal.
This may happen if eventfd() returns ENOSYS, notably seen on CentOS 5.4.
Such a failure will now just disable the notification mechanism and let
the callers cope with it, instead of failing to start worker processes.
If thread pools are not configured, this can safely be ignored.
2015-05-06 17:04:00 +03:00
..
ngx_devpoll_module.c Removed unix ngx_threaded and related ngx_process_changes. 2015-03-20 06:43:19 +03:00
ngx_epoll_module.c Events: made a failure to create a notification channel non-fatal. 2015-05-06 17:04:00 +03:00
ngx_eventport_module.c Removed unix ngx_threaded and related ngx_process_changes. 2015-03-20 06:43:19 +03:00
ngx_iocp_module.c Removed the obsolete aio module. 2015-04-22 18:57:32 +03:00
ngx_iocp_module.h Copyright updated. 2012-01-18 15:07:43 +00:00
ngx_kqueue_module.c Removed unix ngx_threaded and related ngx_process_changes. 2015-03-20 06:43:19 +03:00
ngx_poll_module.c Removed NGX_OLD_THREADS from select and poll modules. 2015-03-26 14:20:07 +03:00
ngx_select_module.c Removed NGX_OLD_THREADS from select and poll modules. 2015-03-26 14:20:07 +03:00
ngx_win32_select_module.c Removed unix ngx_threaded and related ngx_process_changes. 2015-03-20 06:43:19 +03:00