I have been encountering delays of about 800MS in getting connection
from my database within my web application, only recently.
I use the standard DriverManager.getConnection(url, username, password)
method to get the connection.
I was wondering, if any of you would have any suggestions or thoughts
of possible causes.