T
Tivo Escobar
Hi all,
I am designing a connection pool for a particular application: in the
startup, this application requires a lot of connections, but after a
few moments it will use just a few. I wanted a pool that closed the
connections that are not used for a long time.
Do you know any implementation like that? What would be the best
approach?
Thanks in advance,
Tivo
I am designing a connection pool for a particular application: in the
startup, this application requires a lot of connections, but after a
few moments it will use just a few. I wanted a pool that closed the
connections that are not used for a long time.
Do you know any implementation like that? What would be the best
approach?
Thanks in advance,
Tivo