AnyEvent-Pg
view release on metacpan or search on metacpan
lib/AnyEvent/Pg/Pool.pm view on Meta::CPAN
=item size => $size
Maximum number of database connections that can be simultaneously
established with the server.
=item connection_retries => $n
Maximum number of attempts to establish a new database connection
before calling the C<on_connect_error> callback when there is no other
connection alive on the pool.
=item connection_delay => $seconds
When establishing a new connection fails, this setting allows to
configure the number of seconds to delay before trying to connect
again.
=item timeout => $seconds
When some active connection does not report activity for the given
( run in 0.951 second using v1.01-cache-2.11-cpan-df04353d9ac )