comparison src/os/unix/ngx_process.c @ 557:ecd9c160f25b release-0.3.0

nginx-0.3.0-RELEASE import *) Change: the 10-days live time limit of worker process was eliminated. The limit was introduced because of millisecond timers overflow.
author Igor Sysoev <igor@sysoev.ru>
date Fri, 07 Oct 2005 13:30:52 +0000
parents 511a89da35ad
children 9c2f3ed7a247
comparison
equal deleted inserted replaced
556:21a706ff4e1f 557:ecd9c160f25b
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;