Hi there,
I've been testing this library, and I've found through running your test script, and using another script I wrote with the library, that the requests are not asynchronous.
In all my tests, I have found while looping over an array and running startRequest() in each iteration, that each request doesn't start until the last one finishes.
Your suggested test mechanism of changing the max requests has not affect as on load time.
Is there any server side options required to enable curl_multi?
-Oliver
Hi there,
I've been testing this library, and I've found through running your test script, and using another script I wrote with the library, that the requests are not asynchronous.
In all my tests, I have found while looping over an array and running startRequest() in each iteration, that each request doesn't start until the last one finishes.
Your suggested test mechanism of changing the max requests has not affect as on load time.
Is there any server side options required to enable curl_multi?
-Oliver