stas 2004/03/03 19:00:29 Modified: src/docs/2.0/user/handlers http.pod Log: C<PerlCleanupHandler> may fail to be completed on server shutdown/graceful restart since Apache will kill the registered handlers via SIGTERM, before they had a chance to run or even in the middle of its execution. Revision Changes Path 1.31 +11 -0 modperl-docs/src/docs/2.0/user/handlers/http.pod Index: http.pod =================================================================== RCS file: /home/cvs/modperl-docs/src/docs/2.0/user/handlers/http.pod,v retrieving revision 1.30 retrieving revision 1.31 diff -u -u -r1.30 -r1.31 --- http.pod 10 Feb 2004 01:20:04 -0000 1.30 +++ http.pod 4 Mar 2004 03:00:29 -0000 1.31 @@ -1475,6 +1475,17 @@ temporary files get cleaned up as well. +=head3 Possible Caveats + +C<PerlCleanupHandler> may fail to be completed on server +shutdown/graceful restart since Apache will kill the registered +handlers via SIGTERM, before they had a chance to run or even in the +middle of its execution. See: +http://marc.theaimsgroup.com/?t=106387845200003&r=1&w=2 +http://marc.theaimsgroup.com/?l=apache-modperl-dev&m=106427616108596&w=2 + + + =head1 Handling HEAD Requests In order to avoid the overhead of sending the data to the client when
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]