Hi, Lets say you have a HTTP service and is always the same URL. You own the HTTP server-side and the HTTP client-side. The client-side gets some users delayed due too many independent cURL call connections to the server-side. I would like to catch all those cURL connections that are happening in the same time and use something like curl_multi() but because they occur in different sessions I need to handle this using a third service. I was thinking to use Memcache to manage a queue system and use PHP to store/retrieve from the different users and another C program getting the information from Memcache and doing the connections and storing the response back in Memcache. Do you think that something like this will improve speed and decrease delay?
Thank you! -- Yago Ferrer 928-287-80-83
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
