Download List

專案描述

The Perl ResourcePool provides a generic way to use connection caching for any kind of
resources like Net::LDAP or DBI. It includes a LoadBalancer to spread load
across different servers and increase overall performance and availibility of service. The
ResourcePool and LoadBalancer are easily extendable to cover your needs.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2005-01-05 22:58
1.0104

The usage of stringified objects as Hash keys (CPAN bug #9391) has been fixed.
標籤: Development, Minor bugfixes

2003-05-07 23:00
1.0103

The "Bizarre copy of ARRAY in leave" bug when using the Perl debugger has been fixed (again).
標籤: Development, Minor bugfixes

2003-03-27 22:33
1.0102

Two new LoadBalancer policies have been introduced: FailBack is a alias for FallBack, and FailOver acts like FailBack but stays on the fall back node upon failure of the primary node instead of recovering if the primary is available again.
標籤: Development, Major feature enhancements

2003-03-14 20:26
1.0101

An obsolete dependency for the Storable module has been removed.
標籤: Development, Minor bugfixes

2003-02-27 23:33
1.0100

This release introduces a new way to use ResourcePool and LoadBalancer. It implements the Command design pattern as described in the GOF Design Patterns book. This release is a preview; the features are not yet fully implemented and might therefore not be sufficient for your needs right now.
標籤: Development

Project Resources