Some questions:
What is the DBCP configuration you use? DriverManager?
Are there network connection between you application and the database when the getConnection hangs?
How much idle time?


-- Dirk

Mike Zatko wrote:

Hello,
I am using DBCP to connect to a MySQL 4.0.14-max-nt database. The program is a web application. It works fine until the app sits idle for a period of time. When that happens, my call to the DriverManager for a getConnection just hangs indefinately. No error or anything. Does anyone have an idea of how to prevent this?


Thanks,
Mike




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to