>This happens only when I use php as a module:
>When I'd like to run a command with exec or system function I got always
this message
>and the program never executes:
>Warning: Unable to fork [the command's name what I'd like to run] in
filename on line XY
Your OS may have placed an upper bound on the number of processes that are
allowed to run at one time, and you are hitting that...
I think maybe "limit" command affects that...
--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out? Like Music? Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]