http://www.perlmonks.org?node_id=1038041


in reply to Connection Pooling

In case the DBMS is postgres, I would try pgBouncer.

(Having said that, one wonders if 200 connections is really so much that the database cannot handle them together, especially when your application seems to be a migration (one-of). But I suppose you've tried it :))

Replies are listed 'Best First'.
Re^2: Connection Pooling
by venu_hs (Novice) on Jun 10, 2013 at 11:05 UTC

    Thanks for your respose. As of now, we are using oracle,sybase and MS-Sqlserver.