I'm using the following script to get the contents from multiple urls, but without any modifications it will run forever: https://raw.github.com/jmathai/php-multi-curl/master/EpiCurl.php
I'm trying to get the contents of multiple urls, parallel. It's intended to always get an result.
Question: why is this script running forever and not terminating after some time as expected?