PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
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.
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.