Hi,
I first start the DB Mysql 5.0, then start Tomcat 5.5.26. The Tomcat can connect to the DB correctly. Then I start LoadRunner to send lots of HTTP request. During the period, I killed the process of MYSQL, so the tomcat can't connect to DB. And threads of processing HTTP requests have to wait. In all, I emulate 300 users with the help of LoadRunner, and I finish sending HTTP request in 5 minutes. I am watching the log of Tomcat. I found after 20 minutes, the Tomcat still create lots of new sessions. But the LoadRunner has stopped to send request for 15 minutes. Why? . And how many HTTP requests can the Tomcat put in cache? Thanks.