Re: Tool to create multiple requests
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be1CD_pR5eT0CDXzfuHV7Sm2X5F24ZyQ1jcyMMM6zvM7mg@mail.gmail.com> |
On Tue, Feb 7, 2012 at 5:18 AM, James Smith <[email protected]> wrote: > Apache::DBI sometimes cause issues with too many database connections - we > tend to turn it off and use DBIx::Connector as mentioned (and carefully > selected caching) here to cope with persistence of connections Can you say more about this? There are sensible arguments that DBIx::Connector is less magical and therefore better from a coder's perspective, but I can't see any obvious reason that persistent connections would be a problem with one and not the other. - Perrin