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


in reply to Can processes share a DBI connection?

I agree with Zaxo - don't do it. If you have a need to multiplex multiple processes into one DBI connection, you might want to investigate DBI::ProxyServer
  • Comment on Re: Can process share a DBI connection?