[Rt-commit] [svn] r1753 - in rt/branches/3.3-TESTING: . bin
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Mon Nov 8 08:25:37 EST 2004
Author: jesse
Date: Mon Nov 8 08:25:36 2004
New Revision: 1753
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/bin/standalone_httpd.in
Log:
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/3.3-TESTING/bin/standalone_httpd.in
==============================================================================
--- rt/branches/3.3-TESTING/bin/standalone_httpd.in (original)
+++ rt/branches/3.3-TESTING/bin/standalone_httpd.in Mon Nov 8 08:25:36 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