blob: fa6780fd97941420d79d0ed40681109b2344737d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
HAproxy is a high-performance and highly-robust TCP/HTTP load balancer which
provides cookie-based persistence, automatic failover, header insertion,
deletion, modification on the fly, advanced logging contents to help trouble-
shooting buggy applications and/or networks, and a few other features. It uses
its own state machine to achieve up to ten thousands hits per second on modern
hardware, even with thousands simultaneous connections. It currently lacks SSL
and keep-alive, both of which are planned.
WWW: http://w.ods.org/tools/haproxy/
|