New Article: HTTP Connection Pooling in Puppet
A new article about connection pools in Puppet has been added to the catalog.
The code is written in Ruby. Its goal is to avoid making a new TCP connection and SSL handshake for each request by reusing persistent connections.