Main

伯克马克 Archives

November 2, 2007

关于集中你的注意力

http://www.xiaolai.net/?p=221

October 29, 2007

POUND - REVERSE-PROXY AND LOAD-BALANCER

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.
WHAT POUND IS:

1. a reverse-proxy: it passes requests from client browsers to one or more back-end servers.
2. a load balancer: it will distribute the requests from the client browsers among several back-end servers, while keeping session information.
3. an SSL wrapper: Pound will decrypt HTTPS requests from client browsers and pass them as plain HTTP to the back-end servers.
4. an HTTP/HTTPS sanitizer: Pound will verify requests for correctness and accept only well-formed ones.
5. a fail over-server: should a back-end server fail, Pound will take note of the fact and stop passing requests to it until it recovers.
6. a request redirector: requests may be distributed among servers according to the requested URL.

Pound is a very small program, easily audited for security problems. It can run as setuid/setgid and/or in a chroot jail. Pound does not access the hard-disk at all (except for reading the certificate file on start, if required) and should thus pose no security threat to any machine.
WHAT POUND IS NOT:

1. Pound is not a Web server: by itself, Pound serves no content - it contacts the back-end server(s) for that purpose.
2. Pound is not a Web accelerator: no caching is done - every request is passed "as is" to a back-end server.

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

October 17, 2007

使用ZFS的十条理由

http://www.eygle.com/digest/2007/04/sun_zfs_filesystem.html

ZFS, XFS, and EXT4 filesystems compared

ZFS on Linux, It's alive

令人心仪的ZFS文件系统

Solaris ZFS 管理指南

October 15, 2007

如何培养心理素质?

http://www.xiaolai.net/?p=522

About 伯克马克

This page contains an archive of all entries posted to a one and a two in the 伯克马克 category. They are listed from oldest to newest.

仅此而已 is the previous category.

Many more can be found on the main index page or by looking through the archives.

Creative Commons License
This weblog is licensed under a Creative Commons License.