haproxy/include
Willy Tarreau 8096de9a99 [MEDIUM] http: revert to use a swap buffer for realignment
The bounce realign function was algorithmically good but as expected
it was not cache-friendly. Using it with large requests caused so many
cache thrashing that the function itself could drain 70% of the total
CPU time for only 0.5% of the calls !

Revert back to a standard memcpy() using a specially allocated swap
buffer. We're now back to 2M req/s on pipelined requests.
2010-02-26 11:12:27 +01:00
..
common [BUG] uri_auth: do not attemp to convert uri_auth -> http-request more than once 2010-02-23 12:36:10 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto [STATS] report HTTP requests (total and rate) in frontends 2010-02-26 10:05:55 +01:00
types [MEDIUM] http: revert to use a swap buffer for realignment 2010-02-26 11:12:27 +01:00