Do you have validation turned on in the form tag on the JSP pages ? I assume so as this is the default for appfuse.
If so, turn it off and see what happens. <s:form id="projectForm" action="saveProject" method="post" validate="false"> This made a massive difference for me under load. eg pages that took 10 seconds under load come down to 3 seconds. Regards, Harps. Mauriff wrote: > > Hi, I've a problem with the cpu required. > When I'm testing my app with jmeter the CPU require is between 70% and > 80%. > I'm using Struts 2 / Spring / Hibernate. > > Why does Appfuse require a lot of CPU? > > Thanks in advance! > > Mauri > > -- View this message in context: http://www.nabble.com/Use-of-CPU.-tp24520585s2369p24553425.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net