[Jifty-commit] r6954 - jifty/trunk/lib

Jifty commits jifty-commit at lists.jifty.org
Thu May 7 18:49:48 EDT 2009


Author: alexmv
Date: Thu May  7 18:49:48 2009
New Revision: 6954

Modified:
   jifty/trunk/lib/Jifty.pm

Log:
Set the InactiveDestroy on the dbh when backgrounding

Modified: jifty/trunk/lib/Jifty.pm
==============================================================================
--- jifty/trunk/lib/Jifty.pm	(original)
+++ jifty/trunk/lib/Jifty.pm	Thu May  7 18:49:48 2009
@@ -539,6 +539,7 @@
         close STDOUT;
         close STDIN;
         $Jifty::SERVER->close_client_sockets if $Jifty::SERVER;
+        Jifty->handle->dbh->{InactiveDestroy} = 1;
         Jifty->setup_database_connection();
         $sub->();
         exit;


More information about the Jifty-commit mailing list