Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.3

Bug #1972 CRITICAL! forked server instance does not end
Submitted: 2004-07-24 07:22 UTC
From: k dot gornik at fr dot pl Assigned: schst
Status: Closed Package: Net_Server
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-07-24 07:22 UTC] k dot gornik at fr dot pl
Description: ------------ Net/Server/Driver/Fork.php function closeConnection() there is no more exit() at the end of function which causes processes to remain in memory Reproduce code: --------------- @@ -300,1 +300,2 @@ +exit(); } Expected result: ---------------- only one line when type ps -ef |grep php in console (untl any connection is opened) Actual result: -------------- many php server.php when type ps -ef |grep php in console

Comments

 [2004-07-24 07:24 UTC] k dot gornik at fr dot pl
This affects 0.11.4 version (as I upgraded directly from 0.11 to 0.11.4 I don't know whether same bug is in other subversions)
 [2004-07-25 19:27 UTC] schst
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Net_Server