Programming Tutorials

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



Comment Added by : Shrikant

Comment Added at : 2012-07-20 12:09:33

Comment on Tutorial : How connection pooling works in Java and JDBC By Ramlak
if suppose i am having connection pool max size 30 and 30 connections are active for 1 hr then, what will happen with other connections(excluing active first 30th connections) which are waiting....will they wait for 1 hr? And one more question is what will happen if we not give max connection size?

View Tutorial