Link to home
Start Free TrialLog in
Avatar of Fatlog
Fatlog

asked on

PHP 5 SImultaneous Requests?

hi

i've recently moved to PHP 5 and am looking at using SOAP instead of my current CURL implementation. is it possible to make simultaneous SOAP requests? i'm either looking for some method to achieve this or a function similar to curl_multi_init.

any and all suggestions welcome.

thanks
ASKER CERTIFIED SOLUTION
Avatar of hernst42
hernst42
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Fatlog
Fatlog

ASKER

know of any workarounds at all?
nope as told curl is the only extension which has the possebility to open and read multiple network-connections at the same time via curl_multi. All other netwotkconnection are typical READ_BLOCK and thus not usable in parallel/threaded mode