Posted by Marcel Molenaar on 01/21/08 09:52
I am busy with a PHP application which sells products.
Per product i need to check the stock at two different locations (on the
web) through
SOAP requests.
Now the first request takes 2 seconds and the other 3 seconds so 5 seconds.
It would be nice to fire the two requests at the same time so the total
would be 3 seconds instead of 5 seconds.
I do not think this is possible with PHP or am i wrong?
Thanks in advance!
Marcel
Navigation:
[Reply to this message]
|