comparison src/os/unix/ngx_process.c @ 106:45f7329b4bd0 NGINX_0_3_0

nginx 0.3.0 *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <http://sysoev.ru>
date Fri, 07 Oct 2005 00:00:00 +0400
parents 45945fa8b8ba
children 408f195b3482
comparison
equal deleted inserted replaced
105:531d62c2a28d 106:45f7329b4bd0
352 ngx_change_binary = 1; 352 ngx_change_binary = 1;
353 action = ", changing binary"; 353 action = ", changing binary";
354 break; 354 break;
355 355
356 case SIGALRM: 356 case SIGALRM:
357 if (!ngx_terminate) {
358 ngx_timer = 1;
359 action = ", shutting down old worker processes";
360 }
361
362 break; 357 break;
363 358
364 case SIGIO: 359 case SIGIO:
365 ngx_sigio = 1; 360 ngx_sigio = 1;
366 break; 361 break;