haproxy/include
Willy Tarreau 7008987813 [BUG] queue management: wake oldest request in queues
When a server terminates a connection, the next session in its
own queue was immediately processed. Because of this, if all
server queues are always filled, then no new anonymous request
will be processed. Consider oldest request between global and
server queues to choose from which to pick the request.

An improvement over this will consist in adding a configurable
offset when comparing expiration dates, so that cookie-less
requests can get either less or more priority.
2008-06-20 15:07:40 +02:00
..
common [DEBUG] add a TRACE macro to facilitate runtime data extraction 2008-06-20 15:05:52 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [MEDIUM] Fix memory freeing at exit 2008-05-30 07:07:19 +02:00
types [BUG] queue management: wake oldest request in queues 2008-06-20 15:07:40 +02:00