X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFCGI%2FProcManager.pm;h=93ed425a0fa795f1d8eadccf1154f9d2090d2949;hb=85f3937263885988786c3dedd37519ab6e348a79;hp=8d42717f81b3c91bff165ee7c250b2ba6133e158;hpb=8fc1fb480c0f9bfeb7077dfab48a51e2cc9de029;p=catagits%2FFCGI-ProcManager.git diff --git a/lib/FCGI/ProcManager.pm b/lib/FCGI/ProcManager.pm index 8d42717..93ed425 100644 --- a/lib/FCGI/ProcManager.pm +++ b/lib/FCGI/ProcManager.pm @@ -103,7 +103,7 @@ servers blocking on accept(2) receive the SIGTERM or SIGHUP. FCGI::ProcManager uses POSIX::sigaction() to override the default SA_RESTART policy used for perl's %SIG behavior. Specifically, the process manager never uses SA_RESTART, while the child FastCGI servers turn off SA_RESTART -around the accept(2) loop, but re-enstate it otherwise. +around the accept(2) loop, but reinstate it otherwise. The desired (and implemented) effect is to give a request as big a chance as possible to succeed and to delay their exits until after their request,