/ Zope / Apsis / Pound Mailing List / Archive / 2010 / 2010-09 / ANNOUNCE: Pound - reverse proxy and load balancer - v2.6b

[ << ] [ >> ]

[ Client certs and HTTPS Backends / Rob Moore ... ] [ Bugfix for HTTPS backends / "Frank ... ]

ANNOUNCE: Pound - reverse proxy and load balancer - v2.6b
Robert Segall <roseg(at)apsis.ch>
2010-09-25 17:05:22 [ FULL ]
This is to announce the release of Pound v2.6b. This is an experimental
version - the second in the 2.6 series. Changes since version 2.6a:

Enhancements:
- major change of the threading model: Pound now starts a predefined
number of threads, which do all the work using a request queue. The
number of threads (128 by default) may be set in the configuration file.

You'll need to experiment with this in order to find the optimal value.
If set too high, Pound will use a lot of memory, and the context
switches will impose additional load on the CPU. Set it too low and
requests will be queued, thus increasing overall response time.

This change should also help in resolving the long-running discussion of
memory leaks: memory usage with this model should be pretty constant
over time. Please let me know if you still see memory usage increasing.

The software is at version 2.6b (beta quality). Further testing
(especially under heavy loads), improvements and suggestions are
welcome.[...]

Re: [Pound Mailing List] ANNOUNCE: Pound - reverse proxy and load balancer - v2.6b
Robert Segall <roseg(at)apsis.ch>
2010-09-27 19:07:39 [ FULL ]
Warning: it seems the wrong version of some files (Makefile.in and
http.c) found their way into the distribution archive. Nothing
malicious, just plain wrong.

If you downloaded the archive over the weekend you probably got the
wrong version. Please download the corrected version which is now
available.

Our apologies for this mix-up.[...]

MailBoxer