[Rt-commit] r11857 - in rt/branches/3.8-TESTING: lib/RT/Interface/Web/Standalone
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 23 17:31:43 EDT 2008
Author: jesse
Date: Wed Apr 23 17:31:42 2008
New Revision: 11857
Added:
rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/
rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm
Modified:
rt/branches/3.8-TESTING/ (props changed)
Log:
r30033 at 31b: jesse | 2008-04-23 17:29:18 -0400
* Adding a PreForking variant of our Standalone webserver. (currently disabled)
Added: rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm
==============================================================================
--- (empty file)
+++ rt/branches/3.8-TESTING/lib/RT/Interface/Web/Standalone/PreFork.pm Wed Apr 23 17:31:42 2008
@@ -0,0 +1,7 @@
+use warnings;
+use strict;
+
+package RT::Interface::Web::Standalone::PreFork;
+use base qw/Net::Server::PreFork/;
+
+1;
More information about the Rt-commit
mailing list