diff options
Diffstat (limited to 'network/haproxy/README')
-rw-r--r-- | network/haproxy/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/haproxy/README b/network/haproxy/README new file mode 100644 index 0000000000..be33fe7b4b --- /dev/null +++ b/network/haproxy/README @@ -0,0 +1,10 @@ +HAProxy is a free, very fast and reliable solution offering high +availability, load balancing, and proxying for TCP and HTTP-based +applications. It is particularly suited for web sites crawling under +very high loads while needing persistence or Layer7 processing. + +Note: +By default, this SlackBuild supposes that the kernel supports epoll if +the kernel release is 2.4.x. +This is a reasonable choice for running HAProxy, isn't it? +Otherwise, please remember to modify this SlackBuild. |