Hi All, I'm using curl_multi to make a number of concurrent curl requests. I'd like to build a live statistic showing the current upload/download speed in B/s of all the requests on that multi handle.
Is there a way to do this without setting a progress handler for each of the individual curl handles? Is there a simple way to do this just with curl_multi? Cheers Josh
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
