generic_connection_pool 0.1.1
Always network clients require a connection pool, like database connection, cache connection and others. Generic connection pool can be used with anything. It is extracted from ActiveRecord ConnectionPool. Sharing a limited number of network connections among many threads. Connections are created delayed.
Gemfile:
=
安裝:
=
Runtime 相依性套件 (1):
activesupport
>= 0
Development 相依性套件 (1):
rspec
>= 0