in reply to Connection Pooling

Which part are you having trouble with?

It's common wisdom to reuse as much tested and reliable code as possible, so take a look at http://search.cpan.org/.

Replies are listed 'Best First'.
Re^2: Connection Pooling
by muk (Initiate) on Oct 27, 2011 at 15:21 UTC

    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.