Page 1 of 1

spawn multiple requests

Posted: Fri Jan 05, 2007 8:29 am
by mcog_esteban
Hi all.
Like the tile says, how can i spawn multiple requests to a webservice?
There's not much info about multithreading using php, don't even know if this is the best aproach.
Thank you.

Posted: Fri Jan 05, 2007 9:41 am
by feyd
Multithreading is not supported. Simple enough.

You can fork a new process or you can set your socket to not care about synchronous calls (result data) .. there are a few other options but it depends on how and what you're doing.