Revision: 48506
Author:   tstarling
Date:     2009-03-18 02:30:02 +0000 (Wed, 18 Mar 2009)

Log Message:
-----------
Allow children to respond to SIGTERM

Modified Paths:
--------------
    trunk/phase3/includes/ForkController.php

Modified: trunk/phase3/includes/ForkController.php
===================================================================
--- trunk/phase3/includes/ForkController.php    2009-03-18 02:22:47 UTC (rev 
48505)
+++ trunk/phase3/includes/ForkController.php    2009-03-18 02:30:02 UTC (rev 
48506)
@@ -151,6 +151,7 @@
                global $wgMemc, $wgMainCacheType;
                $wgMemc = wfGetCache( $wgMainCacheType );
                $this->children = null;
+               pcntl_signal( SIGTERM, SIG_DFL );               
        }
 
        protected function handleTermSignal( $signal ) {



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to