Perlbal

                  Copyright 2004, Danga Interactive, Inc.
                   Copyright 2005-2010, Six Apart, Ltd.

You can use and redistribute Perlbal under the same terms as Perl itself.

http://www.danga.com/perlbal/

INSTALLATION

If you have CPAN installed you can install Perlbal from the command line:

$ cpan Perlbal

See Perlbal::Manual::Install for further information on installing Perlbal, including instructions for specific operating systems and some troubleshooting (the file lives under lib/Perlbal/Manual/Install.pod, it is recommended that you read it using perldoc).

DESCRIPTION

Perlbal is a Perl-based reverse proxy load balancer and web server.

It processes hundreds of millions of requests a day just for LiveJournal, TypePad and dozens of other high-traffic websites.

Perlbal is a single-threaded event-based server supporting HTTP load balancing, web serving, and a mix of the two (see below).

Almost everything in Perlbal can be configured or reconfigured on the fly without needing to restart the software (see Perlbal::Manual::Management).

In this file you'll find:

GENERAL FEATURES

Perlbal has many features; this is just a short list of some of them:

Role: Reverse Proxy

Role: Web Server

PERFORMANCE

STATISTICS AND MONITORING

Perlbal's management interface provides extremely detailed and powerful statistics in addition to runtime configuration. For example:

(All statistics are in machine readable form, easy to parse and write scripts that check on the status of Perlbal)

PLUGINS (EXTENSIBILITY)

Perlbal supports the concept of having per-service (and global) plugins that can add functionality or override many parts of request handling and behavior. There are many custom plugins that send new headers to the backends, promote requests to the fast queue, maintain more detailed statistics, do image header manipulation, and more.

Writing your own plugins is also easy.

For more information on how plugins work, and a list of known plugins see Perlbal::Manual::Plugins. You may also find them easily on CPAN.

FURTHER DOCUMENTATION

Perlbal's documentation is split into several sections under Perlbal::Manual::*.

Perlbal::Manual provides the index for the manual:

perldoc Perlbal::Manual

Individual sections can be viewed in the same manner:

perldoc Perlbal::Manual::Configuration perldoc Perlbal::Manual::LoadBalancer perldoc Perlbal::Manual::Plugins

If you're interested in the internals of the Perlbal:

perldoc Perlbal::Manual::Internals

The documentation is relatively new (December 2010) and was mostly written or gathered by Bruno Martins and José Castro under a TPF grant. You can read more about it at http://7eip.sl.pt and http://4hw3.sl.pt.

SUPPORT

Feel free to ask us questions on the mailing list:

http://groups.google.com/group/perlbal

There are also the old Perlbal List Archives for postings until June 2008:

http://lists.danga.com/pipermail/perlbal/

CONTRIBUTING

You may find information on how to contribute under Perlbal::Manual::Contributing.

The source code currently resides in https://github.com/perlbal/Perlbal

AUTHOR

Perlbal was originally written by Brad Fitzpatrick and counts with the help and contributions from many other people.

See Perlbal::Manual::Credits for details.

COPYRIGHT

Copyright 2004, Danga Interactive, Inc. Copyright 2005-2010, Six Apart, Ltd.

You can use and redistribute Perlbal under the same terms as Perl itself.