[Catalyst-commits] r10409 - Catalyst-Devel/1.00/trunk
autarch at dev.catalyst.perl.org
autarch at dev.catalyst.perl.org
Mon Jun 1 19:43:39 GMT 2009
Author: autarch
Date: 2009-06-01 19:43:39 +0000 (Mon, 01 Jun 2009)
New Revision: 10409
Modified:
Catalyst-Devel/1.00/trunk/Changes
Log:
Doc changes for forking restarter
Modified: Catalyst-Devel/1.00/trunk/Changes
===================================================================
--- Catalyst-Devel/1.00/trunk/Changes 2009-06-01 19:42:28 UTC (rev 10408)
+++ Catalyst-Devel/1.00/trunk/Changes 2009-06-01 19:43:39 UTC (rev 10409)
@@ -1,6 +1,10 @@
This file documents the revision history for Perl extension Catalyst-Devel.
1.18
+ - The forking restarter was not waiting for the child to exit,
+ which could lead to a race condition. If the old child did
+ not exit before the new child tried to bind to its socket,
+ it would find the old child blocking the port it wanted.
- More fixes for the Win32 restarter. It was effectively
ignoring all command-line options except those related to
the restarter itself.
More information about the Catalyst-commits
mailing list