ID:               27486
 Updated by:       [EMAIL PROTECTED]
 Reported By:      donny at intercosmos dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         CGI related
 Operating System: Linux 2.6.2 /Fedora Core 1,
 PHP Version:      4.3.4
 New Comment:

What does that new program that spawns these children do? Is it a long
living process?


Previous Comments:
------------------------------------------------------------------------

[2004-03-03 18:35:31] donny at intercosmos dot com

Description:
------------
We started using a new program that spawns additional CLI php scripts
recently.  And today, we started getting stuff like this:



PHP Warning:  system(): Unable to fork [/usr/bin/php
/www/htdocs/onetime/spawn_domain.php 'businesslicensing.com' >
/dev/null &] in /www/htdocs/onetime/spawn_domain_parent.php on line 39



Now if I wait a few minutes, and restart the parent it will normally go
on about it's business.  But then after a while it will all of a sudden
no longer be able to spawn new children.



All of the other bugs mentioned like this are based on Windows, but
this is a Linux box.

Reproduce code:
---------------
                system("/usr/bin/php /www/htdocs/onetime/spawn_domain.php
'$db[domain]' > /dev/null &");



Expected result:
----------------
It should spawn a child CLI program and run.

Actual result:
--------------
It runs the code mentioned above.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=27486&edit=1

Reply via email to