Re: [PATCH] Inbound Connection Control mechanism: Prioritized Accept

From: kuznet@ms2.inr.ac.ru
Date: Sat Jul 28 2001 - 14:12:05 EST


Hello!

> Low priority connections can clog the accept queue only when there are no
> high priority connection requests coming along. As soon as a slot becomes empty
> in the accept queue, it becomes available for a high priority connection.

And in presence of persistent low priority traffic, high priority connection
will not have any chances to take this slot. When high priority connection
arrives all the slots are permanently busy with low ones.

> If that happens, TCP SYN policing can be employed to limit the rate of low
> priority connections getting into accept queue.

After this your patch is not required at all. :-)

All the effect is a bit better latency, not a big win.

> dropped simply because there is no room for that class although there is room
> for higher priority classes and there are no incoming higher priority
> connections.

ABC of resource control. If you have finite resource and want to give
better service to class A, you must reserve for it some bits of resource
or must be able to preempt other classes.

Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 21:00:38 EST