[Rt-commit] [svn] r1862 - in rt/branches/PLATANO-EXPERIMENTAL-CSS: . bin

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Thu Nov 11 03:47:18 EST 2004


Author: jesse
Date: Thu Nov 11 03:47:18 2004
New Revision: 1862

Modified:
   rt/branches/PLATANO-EXPERIMENTAL-CSS/   (props changed)
   rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
Log:
 r9124 at tinbook:  jesse | 2004-11-11T04:07:47.464978Z
  r8935 at tinbook:  jesse | 2004-11-08T13:18:04.774918Z
  * Turning off the forking in standalone_httpd. It was never a win
 


Modified: rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in	(original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/bin/standalone_httpd.in	Thu Nov 11 03:47:18 2004
@@ -98,7 +98,6 @@
 
         for ( ; accept( Remote, HTTPDaemon ); close Remote ) {
 
-	    fork and next;
 
             *STDIN  = *Remote;
             *STDOUT = *Remote;
@@ -155,7 +154,6 @@
                 $RT::Handle->ForceRollback;
                 $RT::Logger->crit( "Transaction not committed. Usually indicates a software fault. Data loss may have occurred");
             }
-	    exit(); # our forked process
         }
 
     }


More information about the Rt-commit mailing list