[Tech] Backoff considered harmful?
Michael Rogers
m.rogers at cs.ucl.ac.uk
Tue Nov 28 09:43:40 UTC 2006
Ken Snider wrote:
> Am I too simplistic to think that the throttling system should mind a
> semireliable way to guage delay due to Outgoing BW delay, divvy that
> into number of outbound reqs/sec, and NAK any inbound requests that come
> in above that rate?
I believe Toad's already implemented something like this, but based on
estimated outgoing b/w usage rather than b/w delay. Hopefully with token
passing it will neve be necessary to NAK requests, because we won't hand
out a token until we're ready to accept a request.
Cheers,
Michael
More information about the Tech
mailing list