zoukankan      html  css  js  c++  java
  • HAproxy 1.4.20 发布

    HAproxy 1.4.20 发布 - 开源中国

    HAProxy提供高可用性负载均衡以及基于TCP和HTTP应用的代理,支持虚拟主机, 它是免费、快速并且可靠的一种解决方案。HAProxy特别适用于那些负载特大的web站点, 这些站点通常又需要会话保持或七层处理。HAProxy运行在当前的硬件上,完全可以支持数以万计的并发连接。并且它的运行模式使得它可以很简单安全的整 合进您当前的架构中, 同时可以保护你的web服务器不被暴露到网络上。

    2012年3月10日发布1.4.20.上一个版本是2012/01/08的1.4.19 改进:

    2012/03/10 : 1.4.20
        - BUG/MINOR: fix typo in processing of http-send-name-header
        - BUG/MEDIUM: correctly disable servers tracking another disabled servers.
        - BUG/MEDIUM: zero-weight servers must not dequeue requests from the backend
        - MINOR: halog: add some help on the command line     (cherry picked from commit 615674cdec067066a42f53f5d55628ab7b207e6c)
        - BUILD: fix build error on FreeBSD
        - BUG: queue: fix dequeueing sequence on HTTP keep-alive sessions
        - BUG: http: disable TCP delayed ACKs when forwarding content-length data
        - BUG: checks: fix server maintenance exit sequence
        - BUG/MINOR: stream_sock: don't remove BF_EXPECT_MORE and BF_SEND_DONTWAIT on partial writes
        - DOC: enumerate valid status codes for "observe layer7"
        - BUILD: make it possible to look for pcre in the default system paths

    下载:http://haproxy.1wt.eu/download/1.4/src/haproxy-1.4.20.tar.gz

  • 相关阅读:
    rdlc报表动态生成实例
    动态分页实现
    多文件上传
    文件压缩
    javascript解决中文传递乱码和特殊字符问题
    rdlc报表动态生成公共类
    SQLHelp类
    验证码
    使用bison和yacc制作脚本语言(3)
    C Mingw gcc printf 刷新缓冲行
  • 原文地址:https://www.cnblogs.com/lexus/p/2402959.html
Copyright © 2011-2022 走看看