Pound - reverse-proxy and load-balancer

mrmt さんの日記より。

The Pound program is a reverse proxy, load balancer and HTTPS front-end for Web server(s). Pound was developed to enable distributing the load among several Web-servers and to allow for a convenient SSL wrapper for those Web servers that do not offer it natively. Pound is distributed under the GPL - no warranty, it's free to use, copy and give away.

* Pound で安価な負荷分散を試す

Zope では ZEO を使えば、フロントエンドでリクエストを受けるサーバを複数たてることができますが、1つのアドレスでクライアントからのリクエストを受けることはできないため、DNSラウンドロビン方式を使うか、別途、負荷分散を行うサーバやスイッチングの類をおく必要がありました。Pound を使えば、ラウンドロビン方式よりスマートに、そして他の装置を使うより安価に負荷分散が可能になります。