[Catalyst-commits] r10518 - in trunk/Catalyst-Engine-HTTP-Prefork:
. lib/Catalyst/Engine/HTTP
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Fri Jun 12 17:16:10 GMT 2009
Author: andyg
Date: 2009-06-12 17:16:09 +0000 (Fri, 12 Jun 2009)
New Revision: 10518
Modified:
trunk/Catalyst-Engine-HTTP-Prefork/Changes
trunk/Catalyst-Engine-HTTP-Prefork/lib/Catalyst/Engine/HTTP/Prefork.pm
Log:
Prefork engine 0.51
Modified: trunk/Catalyst-Engine-HTTP-Prefork/Changes
===================================================================
--- trunk/Catalyst-Engine-HTTP-Prefork/Changes 2009-06-12 10:27:58 UTC (rev 10517)
+++ trunk/Catalyst-Engine-HTTP-Prefork/Changes 2009-06-12 17:16:09 UTC (rev 10518)
@@ -1,5 +1,8 @@
This file documents the revision history for Catalyst::Engine::HTTP::Prefork.
+0.51 2009-06-12 10:15:00
+ - Added options for pid_file and setsid/background (J. Shirley)
+
0.50 2008-12-08 16:30:00
- Added graceful_restart option which allows children to finish
the current request before exiting during a SIGHUP.
Modified: trunk/Catalyst-Engine-HTTP-Prefork/lib/Catalyst/Engine/HTTP/Prefork.pm
===================================================================
--- trunk/Catalyst-Engine-HTTP-Prefork/lib/Catalyst/Engine/HTTP/Prefork.pm 2009-06-12 10:27:58 UTC (rev 10517)
+++ trunk/Catalyst-Engine-HTTP-Prefork/lib/Catalyst/Engine/HTTP/Prefork.pm 2009-06-12 17:16:09 UTC (rev 10518)
@@ -17,7 +17,7 @@
use constant CHUNKSIZE => 64 * 1024;
use constant READ_TIMEOUT => 5;
-our $VERSION = '0.50';
+our $VERSION = '0.51';
sub run {
my ( $self, $class, $port, $host, $options ) = @_;
More information about the Catalyst-commits
mailing list