anujbahuguna / adbcj

Async Jdbc
0 stars 0 forks source link

Implement support for connection pooling #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to implement support for pooling connections.

Original issue reported on code.google.com by elc...@gmail.com on 17 Jan 2008 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by elc...@gmail.com on 23 Jan 2008 at 3:17

GoogleCodeExporter commented 9 years ago

Original comment by elc...@gmail.com on 25 Feb 2008 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by elc...@gmail.com on 26 Feb 2008 at 11:46

GoogleCodeExporter commented 9 years ago
Support for a simple connection pool that duplexes requests over multiple 
connections
has been implemented.  The implementation is rather naive and lacks support for
transactions among other things.

Original comment by elc...@gmail.com on 3 Jun 2008 at 5:15