I am using a connection pool in my project. I want to know how many connections are opened? I have given 20 connections as max no of connections. What will happen if it exceeds 20? Will the pool manage this or it will through error?I am using a connection pool in my project. I w