in reply to Re^2: Connection pooling for a Net::Server application
in thread Connection pooling for a Net::Server application
That problem will also be removed if you move the rest of the database interactions out of mod_perl. Heck, if you're right that virtually no database lookups happen then you could play the silly trick of replacing your database handle with a proxy object that will only connect if used. This will mean that any requests that don't touch the database don't connect to it.
|
|---|