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
