Re: ModPerl::RegistryLoader
Jiří Pavlovský <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 26.7.2011 16:08, Perrin Harkins wrote: > 2011/7/26 Jiří Pavlovský<[email protected]>: >> That is probably it, I store db handle in a singleton. >> That, unfortunately is something I cannot change easily > Apache::DBI should make this unnecessary. You could change your > singleton code to DBI->connect every time and it would just pull the > cached handle from Apache::DBI. Thanks. I'll try this.