before redirecting me to other questions concerning cURL performance, please continue reading, I've read most of them.
Anyway : I'm using cURL, namely curl_multi_exec . I have to fetch an average of 30 to 60 pages at a time, and so far, it is working perfectly.
But then, lately, I've discovered cURL libraries, two of them actually, RollingCurl and Zebra_cURL which are both said to be faster, more efficient.
The two of them being rather easy to use, I've tried doing tests to try and figure out which one is faster (even by a second). But so far, it has been inconclusive : "Why", will you ask me ? It is because I use a shared hosting at Hostpapa. The server having its performance ups and downs makes it extremely difficult to know exactly how long a simple script is taking to execute.
For example sake, the same script using curl_multi_exec executed three consecutive times returned three varying times (from 1 to 3 minutes difference).
I take in account that the website from which I fetch this data can take longer to respond at some times. Yet the performance vary too much.
My questions are : - Is there a way, using my own hosting or another service, to see for myself which library is more efficient for my case ?
- If not, then I turn to those who've tried them. Which one of them has given you the best performances ? If you have some statistics they'd be extremely helpful.
Thank you for your patience, and sorry for the lengthy post. Cordially... Unforgiven