On 11/05/2013 9:01 a.m., Yang Zhang wrote:
Can I throttle the request rate to a certain set of servers? I came across this but it seems to only be for throttling specific clients: http://wiki.squid-cache.org/Features/DelayPools (The server is an API and we'd like to respect its rate limit among requests from our various client processes.)
No, that *is* the right feature to be using. Use the class 1 aggregate pool type for limiting particular requests without regard to client details.
Amos