|
NAMEApp::TLSMe::Pool - Connection poolSYNOPSISmy $pool = App::TLSMe::Pool->new; $pool->add_connection(...); $pool->remove_connection(...); DESCRIPTIONSingleton connection pool.METHODS"new"App::TLSMe::Pool->new; Return new object. "add_connection"$pool->add_connection(...); Add new connection. "remove_connection"$pool->remove_connection(...); Remove connection.
Visit the GSP FreeBSD Man Page Interface. |