I am tyring out JBoss and Tomcat with a simple JSP page which consits of an EJB to access data from a backend database.
When I repeatly pressed the refresh button on the browser to reload the page, I noticed multiple threads were created by JBoss/Tomcat to fulfil the request. At the same time, the server load increases and take a long time to came back down to the nominal level. How can I protect against this in a production environment? Do I have to cache every single dynamically generated pages? Does JBoss has buildin caching support? Thank you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867691#3867691 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867691 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
