I've split my previous patch into two, since the two parts actually do different things. The first patch uses curl_multi_fdset to use the file descriptors of the http connections in the call to select, in effect waking up immediately when new data arrives. The second patch uses curl_multi_timeout (if available) to get a better recommendation for how long to sleep from curl instead of always sleeping for 50ms. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html