From: Abhishek M. <abh...@gm...> - 2009-04-09 08:03:12
|
in case of scenario of where 10 connections need to be maintained in the pool, what should be the simultaneous-build-throttle and house-keeping-sleep-time in other words what these parameters are for? Does housekeeping threads make connection to db in that case shouldn't I be keeping that high instead of 30s default? Regarding AdminServlet provided for checking out the bottleneck of the connection, I am getting weird connections created at 30 40 secs or so in lots of 2, 3 or 4 connections created at same time, my code is not creating any such connections so the AdminServlet has complicated the matter instead of solving. Can you guys please help me in letting me know how to debug and check which connections are not getting released through AdminServlet Thanks --Abhishek |