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  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 7 + 44 = ?

 
 [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