Hello all! I am looking for PHP analog of Perl LWP::Parallel. I need to fetch several URL(pages) from PHP at the same time. I have a script which fetch 5-10 URL, each URL fetched 0.5 - 2 sec. Totally it's about 10 seconds in average. I suppose if I fetched them parallel I would speed up the script 5 times. I am looking mostly for PHP solutions. (Hope they exist :)
Have anybody faced with such problem? Any ideas/suggestions will be appreciated. Alex. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php