hi everyboy:
i met a strange issue in my
j2ee project, i got connection from
tomcat dbcp(connection pool) when i
call ResultSet resultSet = pst.executeQuery(sql) it's became very slow need 100 seconds sometime,
1, but i execute the SQL in toad is very fast and it's very simple in fact
2, but when i open or refresh other
servlet which also need invoke database, the previous page will load successful very fast.
I don't know how to explain these strange issues and what's the root cause.
Thanks for your hint.