On Thu, 1 Sep 2011 22:13:41 +0700, Stuart Bishop <stuart.bis...@canonical.com> wrote: > Can anyone tell me how many database connections the Librarian will > open up, and where this is configured?
Not off hand. As jml said, thread pool limits and connection pool limits apply. > Assuming there is a limit n, if I issue n requests will I have tested > every open database connection? If you issue n concurrect requests, sure :) If they don't overlap, I would expect (hope!) that connections would be reused. Cheers, mwh _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : launchpad-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp