comparison src/os/unix/ngx_process_cycle.c @ 1134:384c92c210f9

worker processes did not exit after reconfiguration and did not rotate logs if eventport was used
author Igor Sysoev <igor@sysoev.ru>
date Wed, 07 Mar 2007 10:25:16 +0000
parents d5c1c84b7904
children 03f1133f24e8
comparison
equal deleted inserted replaced
1133:d5c1c84b7904 1134:384c92c210f9
1025 } 1025 }
1026 1026
1027 return; 1027 return;
1028 } 1028 }
1029 1029
1030 if (ngx_event_flags & NGX_USE_EVENTPORT_EVENT) {
1031 if (ngx_add_event(ev, NGX_READ_EVENT, 0) == NGX_ERROR) {
1032 return;
1033 }
1034 }
1035
1030 if (n == NGX_AGAIN) { 1036 if (n == NGX_AGAIN) {
1031 return; 1037 return;
1032 } 1038 }
1033 1039
1034 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0, 1040 ngx_log_debug1(NGX_LOG_DEBUG_CORE, ev->log, 0,