Originally posted by Santhosh Reddy:
Connection closing is not required as i'm using iBATIS
Check whether iBATIS is closing the unused connections.
I feel you will have to explicitly close connections using iBATIS when they are not in use.
It seems iBATIS is opening up lot of new connections without disposing existing unused connections.
Thanks,
Suraj