Programming Tutorials

Comment on Tutorial - How connection pooling works in Java and JDBC By Ramlak



Comment Added by : Naveen Gowd

Comment Added at : 2012-02-02 07:17:38

Comment on Tutorial : How connection pooling works in Java and JDBC By Ramlak
If the database server goes down, should the connection pool be refreshed. If conection pool is not refreshed, can the client use the existing connection object and try to connect successfully. Will this result in winsoc error.

View Tutorial