http://www.inlab.de/articles/free-and-open-source-load-balancing-software-and-projects.html

This overview is also maintained at the Xing "Load-Balancing" group and will be updated regularly (see https://www.xing.com/net/prib100ffx/load-balancing/). Please contact us with any comments or update suggestions at info@inlab.de.

Apache: mod_athena 
http://code.google.com/p/ath/

Apache: mod_proxy_balancer 
http://httpd.apache.org/docs/2.1/mod/mod_proxy_balancer.html

Balance 
http://www.inlab.de/balance.html

Core Balance 
http://core-balance.sourceforge.net/

Crossroads 
http://crossroads.e-tunity.com/

Distributor 
http://distributor.sourceforge.net/

Eddie (written in Erlang) 
http://eddie.sourceforge.net/

Enhydra Director 
http://forge.ow2.org/projects/director

HAProxy 
http://haproxy.1wt.eu/

Linux Network Load Balancing 
http://lnlb.sourceforge.net/

Linux Virtual Server (LVS) 
http://www.linuxvirtualserver.org

Load Balancer Project 
http://www.jmcresearch.com/projects/loadbalancer/

nginx 
http://nginx.org

Octopus Load Balancer 
http://sourceforge.net/projects/octopuslb/

OpenLoBa 
http://openloba.sourceforge.net/

Pen 
http://siag.nu/pen

Perlbal (implemented in Perl) 
http://danga.com/perlbal/

Pound 
http://www.apsis.ch/pound/

Riverdrums Load Balancer 
http://sourceforge.net/projects/rlb/

varnish 
http://www.varnish-cache.org/

XLB HTTP Load Balancer 
http://sourceforge.net/projects/xlb/

Zen Load Balancer 
http://zenloadbalancer.sourceforge.net/

Free and Open Source Load-Balancing Software and Projects--转的更多相关文章

  1. NGINX Docs | Load Balancing Apache Tomcat Servers with NGINX Open Source and NGINX Plus

    NGINX Docs | Load Balancing Apache Tomcat Servers with NGINX Open Source and NGINX Plushttps://docs. ...

  2. 【架构】How To Use HAProxy to Set Up MySQL Load Balancing

    How To Use HAProxy to Set Up MySQL Load Balancing Dec  2, 2013 MySQL, Scaling, Server Optimization U ...

  3. How Network Load Balancing Technology Works--reference

    http://technet.microsoft.com/en-us/library/cc756878(v=ws.10).aspx In this section Network Load Balan ...

  4. Network Load Balancing Technical Overview--reference

    http://technet.microsoft.com/en-us/library/bb742455.aspx Abstract Network Load Balancing, a clusteri ...

  5. NGINX Load Balancing – TCP and UDP Load Balancer

    This chapter describes how to use NGINX Plus and open source NGINX to proxy and load balance TCP and ...

  6. NGINX Load Balancing - HTTP Load Balancer

    This chapter describes how to use NGINX and NGINX Plus as a load balancer. Overview Load balancing a ...

  7. Installing haproxy load balancing for http and https--转载

    This example will guide you through a simple IP based load balancing solution that handles ssl traff ...

  8. Load Balancing with NGINX 负载均衡算法

    Using nginx as HTTP load balancer Using nginx as HTTP load balancer http://nginx.org/en/docs/http/lo ...

  9. How to Configure Tomcat/JBoss and Apache HTTPD for Load Balancing and Failover

    http://java.dzone.com/articles/how-configure-tomcatjboss-and In this post we will see how to setup a ...

  10. CodeForces--609C --Load Balancing(水题)

    Load Balancing Time Limit: 2000MS   Memory Limit: 262144KB   64bit IO Format: %I64d & %I64u Subm ...

随机推荐

  1. centos中忘记root密码问题

    centos中root密码问题   几次在虚拟机中安装cenos,都没有提示输入root密码,具体操作如下: 1.在启动的时候,进入启动界面后,按除了Enter键之外的任意键,即可进入该界面.然后 按 ...

  2. 在 Windows Azure 上部署并定制化 FreeBSD 虚拟机镜像

     发布于 2014-12-11 作者 陈阳 FreeBSD 基础镜像现已登陆中国的 VM Depot! 对于青睐 BSD 而非 Linux 的开源爱好者来说,这无疑是个好消息.同时,随着该基础镜像 ...

  3. 虚拟主机apache

    1.虚拟主机配置 windows: 1)加载配置虚拟主机的配置文件,在Apache/conf中找到httpd.conf文件,并搜索出以下的两句话,将Include conf/extra/httpd-v ...

  4. Android开发视频学习(1)

    S01E02_搭建Android开发环境 设置ANDROID_SDK_HOME环境变量,用于指定Android模拟器的目录,官方文档没有说要设置. S01E03_Android创世纪 Android根 ...

  5. GIS数据格式:Shapefile

    转自:http://lab.osgeo.cn/2449.html Shapefile是ESRI提出的数据格式,随着ArcView GIS 3.x发布,属于简单要素类.Shapefile由于其数据结构简 ...

  6. MEF学习小结 z

    1.什么是MEF. MEF,全称是Managed Extensibility Framework.它是.NET Framework4.0的一个类库,其主要目的是为了创建可扩展的应用程序.按照官方说法就 ...

  7. C#中属性简写原理

    1. 属性简写时不能只有get或者set 原因: 如果只有get,那么没有办法给其赋值,所有也就没法get到值: 如果只有set,没有意义,因为根本没法获取到这个值.

  8. MongoDB(索引及C#如何操作MongoDB)(转载)

    MongoDB(索引及C如何操作MongoDB) 索引总概况 db.test.ensureIndex({"username":1})//创建索引 db.test.ensureInd ...

  9. js定义函数的几种结构形式

    1.函数声明 function name(参数) { 执行的代码 } 2.函数表达式 也称匿名函数 var x = function (参数) { 执行的代码 }; //第二种方式按照完整的语法需要在 ...

  10. 用生活例子来解释Java synchronized块

    今天满世界的微信小程序的新闻,大家都说对于Android原生程序有构成危险了,我也不想了,以后的事谁知道呢, 我还是好好执行一下今年的计划吧.  项目刚刚上线,最近没啥事,我一直感觉自己的Java基础 ...