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

NAME

App::TLSMe::Pool - Connection pool

SYNOPSIS

    App::TLSMe::Pool->add_connection(...);

    App::TLSMe::Pool->remove_connection(...);

DESCRIPTION

Singleton connection pool.

METHODS

instance

    App::TLSMe::Pool->instance;

Return instance object.

add_connection

    App::TLSMe::Pool->add_connection(...);

Add new connection.

remove_connection

    App::TLSMe::Pool->remove_connection(...);

Remove connection.