mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
e4b5e9d41d
Generic connection pooling for Ruby. MongoDB has its own connection pool. ActiveRecord has its own connection pool. This is a generic connection pool that can be used with anything, e.g. Redis, Dalli and other Ruby network clients. OK jeremy@