http://www.perlmonks.org?node_id=944218

PerlOnTheWay has asked for the wisdom of the Perl Monks concerning the following question:

Are database and memcached connections automatically pooled for reuse when using mod_perl?

Or do we need to pool the connections explicitly?If yes, how is that done?