generic_connection_pool 0.1.0
Always network clients require a connection pool, like database connection, cache connection and others. Generic connection pool can be used with anything. It is inspired from ActiveRecord ConnectionPool. Sharing a limited number of network connections among many threads. Connections are created delayed.
Gemfile:
=
instalar:
=
dependencias de Runtime (1):
activesupport
>= 0
dependencias de Development (1):
rspec
>= 0