Unix VPS A - Starter B - Basic C - Preferred D - Commercial MPS - Dedicated * Sign Up! *
Support Customer Portal Contact Us Online Help Handbooks Domain Status Man Pages
FAQ Virtual Servers Pricing Billing Technical
Network Facilities Connectivity Topology Map
Miscellaneous Server Agreement Year 2038 Credits
App::TLSMe::Pool - Connection pool
my $pool = App::TLSMe::Pool->new; $pool->add_connection(...); $pool->remove_connection(...);
Singleton connection pool.
App::TLSMe::Pool->new;
Return new object.
$pool->add_connection(...);
Add new connection.
$pool->remove_connection(...);
Remove connection.
Visit the GSP FreeBSD Man Page Interface.Output converted with ManDoc.