On Tue, Mar 15, 2011 at 4:11 PM, Helgi Hrafn Gunnarsson helgi@binary.is wrote:
PHP's cURL library can however do asynchronous requests, even from a single PHP execution. While it's arguably not a proper solution to the weirdness of your problem, you may have more luck with it.
I was aware of this but for the moment I'm trying to avoid re-writing the code. Especially since it's not a trivial rewrite to make use of multi-curl.
It's also not the "correct" solution but I may have to resort to it if I can't find another way.
Thanks,