Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Josh Fraser
Online Aspect : How to use curl_multi() without blocking - http://www.onlineaspect.com/2009...
"You don't want to do that because that would start every request running at the same time -- which would create issues if you had a lot of URLs to fetch. I intentionally used a rolling window to limit the number of simultaneous requests. It sounds like you might just want to increase the size of the rolling window. The default is 5, but you can safely bump that up to 100 or so as long as you are hitting distributed resources." - Josh Fraser