The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:ResourcePool MWS"

ResourcePool - A connection caching and pooling class. River stage one • 5 direct dependents • 5 total dependents

The ResourcePool is a generic connection caching and pooling management facility. It might be used in an Apache/mod_perl environment to support connection caching like Apache::DBI for non-DBI resources (e.g. Net::LDAP). It's also useful in a stand al...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::UML - UML diagram for the ResourcePool package River stage one • 5 direct dependents • 5 total dependents

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Resource - A ResourcePool wrapper class for a resource River stage one • 5 direct dependents • 5 total dependents

This class is a base class for the resources which will be used with ResourcePool. ResourcePool uses this class internally to have a unique interface to interact with the resource. Each ResourcePool::Resource class gets constructed by the correspondi...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Factory - A factory to create ResourcePool::Resource objects River stage one • 5 direct dependents • 5 total dependents

This class acts as a base class for factories which are used together with the ResourcePool. The purpose of a ResourcePool::Factory derived class is to store all required data to construct a ResourcePool::Resource derived object as required. In other...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Command - The implementation of the Command design pattern with ResourcePool. River stage one • 5 direct dependents • 5 total dependents

The ResourcePool::Command class builds a base for commands like described in the GoF book "Design Patterns". This makes it possible to use ResourcePool in a very different way, without manually calling the get(), free() or fail() methods. This common...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Singleton - A class which can instantiated only once. River stage one • 5 direct dependents • 5 total dependents

The ResourcePool::Singleton class, or classes derived from this class, can be instantiated only once. If you call the constructor of this class the first time, it will perform an normal object construction and return a reference to a blessed value. B...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::BigPicture - ResourcePool introduction River stage one • 5 direct dependents • 5 total dependents

The ResourcePool package consists of three major parts: * ResourcePool * LoadBalancer * Command framework POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 16: =back doesn't take any parameters, but you...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::LoadBalancer - A load balancer across ResourcePool's River stage one • 5 direct dependents • 5 total dependents

The ResourcePool::LoadBalancer is a generic way to spread requests to different ResourcePool's to increase performance and/or availability. Besides the construction the interface of ResourcePool::LoadBalancer is the same as the interface of ResourceP...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::ExtensionGuide - How to write extensions for ResourcePool River stage one • 5 direct dependents • 5 total dependents

This document describes how to build extensions for ResourcePool. As you will see you need only a few lines of code to create your own resource type. Afterwards you will be able to use this resource for ResourcePool and ResourcePool::LoadBalancer. A ...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Command::Execute - The implementation of the Command design pattern with ResourcePool. River stage one • 5 direct dependents • 5 total dependents

The ResourcePool::Command class builds a base for commands like described in the GoF book "Design Patterns". This makes it possible to use ResourcePool in a very different way, without manually calling the get(), free() or fail() methods. This common...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Command::Exception - An Exception for ResourcePool commands. River stage one • 5 direct dependents • 5 total dependents

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC

ResourcePool::Command::NoFailoverException - An Exception for ResourcePool commands which doesn't cause fail over. River stage one • 5 direct dependents • 5 total dependents

This exception can be thrown by commands to indicate a logical failure of the execution. If the execution environment fetches an NoFailoverException it directly propagates it to it's caller without any retry or fail over. ResourcePool::Command::NoFai...

MWS/ResourcePool-1.0107 - 16 Apr 2013 10:25:21 UTC
12 results (0.024 seconds)