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


in reply to Can processes share a DBI connection?

I agree with previous answers. If problem is many opened connections, think about Apache::DBI (if forked processes are httpd's :) ) or about SQL Relay, which is daemon realizing connection pooling against various DB engines.