Need Code to create Connection Pool in java

Posted by mohan on Stack Overflow See other posts from Stack Overflow or by mohan
Published on 2010-05-13T11:02:00Z Indexed on 2010/05/13 11:04 UTC
Read the original article Hit count: 289

Need code to create the connection pool in java? How does we make sure that connection pool doesn't return the same object which is already in use? How happens if client closed the connection after taking it out from Connection pool?

© Stack Overflow or respective owner

Related posts about connection

Related posts about connection-pooling