Multiple asynchronous http calls using curl

If you ever needed to fetch data from multiple sources on the backend, probably you already explored the benefits of using curl multi fetch. In the examples below, I’m using curl to fetch data from two urls, which simply have [php] <?php sleep(3); echo “Content 1 …”; [/php]  intentionally to delay the content generation so … Continue reading Multiple asynchronous http calls using curl