The Reliable, High Performance TCP/HTTP Load Balancer
HAProxy implements an event-driven, mono-process model which enables support
for very high number of simultaneous connections at very high speeds.
Multi-process or multi-threaded models can rarely cope with thousands of
connections because of memory limits, system scheduler limits, and lock
contention everywhere. Event-driven models do not have these problems because
implementing all the tasks in user-space allows a finer resource and time
management. The down side is that those programs generally don't scale well on
multi-processor systems. That's the reason why they must be optimized to get
the most work done from every CPU cycle.
Authors:
--------
w@1wt.eu
- Developed at server:http
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:zSystems/haproxy && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
haproxy-1.6.0-makefile_lib.patch | 0000000427 427 Bytes | |
haproxy-1.6.0-sec-options.patch | 0000001107 1.08 KB | |
haproxy-1.6.0_config_haproxy_user.patch | 0000002643 2.58 KB | |
haproxy-1.6.2.tar.gz | 0001538976 1.47 MB | |
haproxy-rpmlintrc | 0000000172 172 Bytes | |
haproxy.cfg | 0000000799 799 Bytes | |
haproxy.changes | 0000080500 78.6 KB | |
haproxy.init | 0000010172 9.93 KB | |
haproxy.spec | 0000007059 6.89 KB | |
local.usr.sbin.haproxy.apparmor | 0000000070 70 Bytes | |
usr.sbin.haproxy.apparmor | 0000000658 658 Bytes |
Revision 34 (latest revision is 149)
Dominique Leuenberger (dimstar_suse)
accepted
request 343758
from
Kristoffer Gronlund (KGronlund)
(revision 34)
- fix link to tarball - update to 1.6.2 - BUILD: ssl: fix build error introduced in commit 7969a3 with OpenSSL < 1.0.0 - DOC: fix a typo for a "deviceatlas" keyword - FIX: small typo in an example using the "Referer" header - BUG/MEDIUM: config: count memory limits on 64 bits, not 32 - BUG/MAJOR: dns: first DNS response packet not matching queried hostname may lead to a loop - BUG/MINOR: dns: unable to parse CNAMEs response - BUG/MINOR: examples/haproxy.init: missing brace in quiet_check() - DOC: deviceatlas: more example use cases. - BUG/BUILD: replace haproxy-systemd-wrapper with $(EXTRA) in install-bin. - BUG/MAJOR: http: don't requeue an idle connection that is already queued - DOC: typo on capture.res.hdr and capture.req.hdr - BUG/MINOR: dns: check for duplicate nameserver id in a resolvers section was missing - CLEANUP: use direction names in place of numeric values - BUG/MEDIUM: lua: sample fetches based on response doesn't work - drop haproxy-1.6.0-ssl-098.patch: included upstream - update to 1.6.1 - DOC: specify that stats socket doc (section 9.2) is in management - BUILD: install only relevant and existing documentation - CLEANUP: don't ignore debian/ directory if present
Comments 0