in reply to Re: Connection Pooling
in thread Connection Pooling

Hi

Thanks for replying

Actually I am trying to build a package for connection pooling,I am working in a project where we are developing perl scripts to connect to DB2 database and perform some business logic in a unix environment.

The actual requirement is instead of connecting to the database n number of times,get a connection from the database keep it in a pool and reuse it,so the performance can be improved.

I tried this using resource pool but I am facing some issues,can you please advice on to which cpan module will be helpful.

Replies are listed 'Best First'.
Re^3: Connection Pooling
by moritz (Cardinal) on Oct 27, 2011 at 15:36 UTC