PHP can fork on Unix, just not from a web environment. So you need to
execute the command from the command line or maybe an exec.
Take a look at: http://www.php.net/manual/en/ref.pcntl.php
Jason
Damien G wrote:
Hi Readers,
Heres what i'm trying to achieve:
A script, that uses multiple fsock
Hi Readers,
Heres what i'm trying to achieve:
A script, that uses multiple fsockopen()'s and simltaniously get feedback
from each socket from fget()s. Now, since using a single fget() needs to be
in a loop then it's not possible to have more than one loop going at the
same time.
I was thinking o
2 matches
Mail list logo