haproxy/include
Willy Tarreau 8857af4b00 [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:22:50 +02:00
..
common [BUILD] fix build with gcc 4.3 2008-05-25 14:39:15 +02:00
import [MAJOR] migrated task, tree64 and session to pool2 2007-05-13 19:43:47 +02:00
proto [MAJOR] implement parameter hashing for POST requests 2008-04-15 15:30:41 +02:00
types [BUG] queue management: wake oldest request in queues 2008-06-20 15:22:50 +02:00