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 where ever there is a request release a connection after using give it back to the pool,if the maximum limit is reached wait in a queue ,so the performance can be improved.
I tried this using resource pool but I am facing some issues,is there any other way to implement this.
|
|---|