On Tue, 29 Sep 2015 23:22:37 +0000, Tyler Hardin wrote: > Also, about rate limiting, what sort of rate limit do y'all think would be > mindful of the health of the network and the average site? I'm thinking a > maximum of 1 req per second per site and 10 reqs per second overall
Perhaps you should go instead for number of simultaneous outstanding requests - that self-scales much better. Firing new requests while you already have lots of unanswered ones isn't good. Andreas -- "Totally trivial. Famous last words." From: Linus Torvalds <torvalds@*.org> Date: Fri, 22 Jan 2010 07:29:21 -0800 -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk