Hi, I recently have an application develop with tapestry 5.1 deploy on Weblogic + oracle database. The pages work well under normal usage but went nuts after stress testing. I am using hibernate + spring security module from tapestry on the web page login, and ramp up 1000 users on the login process. Upon processing 500 users login, the application seems to be "exhausted" and only response the bare layout as html on all requests(regardless if the request on any page, css, js and etc).
Also notice the javascript onDomLoaded is now empty: Tapestry.onDOMLoaded(function() { }); Which should normally: Tapestry.onDOMLoaded(function() { Tapestry.init({"linkZone":[["forgotPassword","loginZone","/duc/login.forgotpassword"]],"zone":[{"update":"show","element":"loginZone"}]}); }); Also it's running on 4 vcpu, 12G memory server, so it only use nearly 50% of cpu, 40% or memory, 40 connections to the database whilst the load test. Anyone have any idea? Helps are much appreciated. Many thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-page-request-return-blank-layout-under-heavy-load-test-tp3277134p3277134.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org