Easy introduction to Connection Pool in ruby

Author:
Source

Connection pool is on old engineering concept, yet it’s not so popular amongst Ruby on Rails developers. Let me present a simple example of using Connection Pool for maintaining connections to RabbitMQ.

Read more