Hey everyone. I couldn't find any information on this, so here goes. I'm building a site that connects to an Oracle database on the backend (so far without using modperl). After searching Perlmonks, Google and the Perl documentation I can't really find any references to database connection pooling. The only thing that comes close is
, but that looks like it has quite a few caveats.
One idea that popped into my head was using some IPC communications to fire the database handle between each Perl process running, but if there's work already done I don't want to reinvent the wheel. Any ideas?