1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 Haproxy 1.6-dev2 正式发布,Web 负载均衡 下载

本帖由 漂亮的石头2015-06-23 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    487,295
    赞:
    47
    Haproxy 1.6-dev2 正式发布,更新内容如下:

    - DNS-based server name resolution : haproxy is now able to periodically
    ask a set of resolvers for the IP address of some servers and to update
    them without restarting. This will make life much easier for people
    running in AWS where IP address change randomly. Some more stuff was
    planned for this such as marking the server as unresolvable if resolving
    fails, but we found that people would probably like to have a configurable
    behaviour. Feedback on this is desired and will drive the next steps.

    - peers protocol v2 : haproxy 1.6 and 1.5 will not be able to synchronize
    their stick tables but on the other hand the new protocol is much better
    and more extensible. First it uses a single connection regardless of the
    number of tables to synchronize. Second it will support synchronizing
    much more than just stick tables. For now it replicates all stick-tables
    contents (including gpc, etc...). This allows reloads to keep entries,
    rates, etc... as well as to pass them to a backup node in case of a
    switchover. It's very likely that during 1.7 development we'll further
    extend the amount of information that can be exchanged.
    更多内容请查看更新日志
    下载请点:Download

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

    下图是HAProxy的架构:

    [​IMG]
    Haproxy 1.6-dev2 正式发布,Web 负载均衡下载地址
     
正在加载...