On Monday 17 November 2003 07:37 pm, Toad wrote:
> On Mon, Nov 17, 2003 at 06:37:55PM -0600, Tom Kaitchuck wrote:
> > Yes we do need to enforce it. Besides enforcing it is easy. Instead of
> > rejecting all incoming requests with a probability of %overload. Reject
> > them with probability of %overloadCausedByYOU.
> >
> > IE: Not (Current-MaxQPH)/MaxQPH but
> > (YourQueries/Currnet)*(Current-MaxQPH)/MaxQPH
>
> We don't have a maxQPH at present. And calculating an accurate one would
> be nontrivial. Besides they use up resources other than queries -
> transfers, for example. And some nodes get more DNFs than others. And so
> on.

Ok, fine. But we do have a max load. So:
QR with a probability of:
 (YourProcessingQueries/TotalProcessingQueries)*Current%Load/100



_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to