Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-11 Thread starki78
Hi I alread posted because of performance problems on the tomcat with my struts application: I've made a lot of performance tests and now I think I found out the problem: inside a jsp, that is called after an action is executed around 40 times this tag is called within a loop:

Re: Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-10 Thread starki78
Ciao Manos! Thank you for your answer! Nice greetings Starky > Emmanouil Batsis wrote: > > > [...] the browser upon stibling on an img tag. > > > Sorry, i stumbled while typing this ;-) > > > Manos > > > > - > To unsubscribe,

Re: Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-10 Thread starki78
Thanks for your advices, well I hope I can handle this problem. Starky > That's *WAY* too much data in session. You should always strive to keep > session as small as possible, I believe the recommendation generally is > <32K. If you ever had to move to (or are already in?) a distributed

Re: Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-10 Thread Emmanouil Batsis
Emmanouil Batsis wrote: [...] the browser upon stibling on an img tag. Sorry, i stumbled while typing this ;-) Manos - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-10 Thread Emmanouil Batsis
starki78 wrote: Hi we are developing an application with Struts and I've a Action that creates 35 Charts writes it to the Session and displays it in a JSP. It runs on Tomcat 4.1. Most of the time it is fast but sometimes it takes significantly more time. I've tested all the methods, the session-

Re: Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-10 Thread Frank W. Zammetti
That's *WAY* too much data in session. You should always strive to keep session as small as possible, I believe the recommendation generally is <32K. If you ever had to move to (or are already in?) a distributed environment, 1.3Mb in session would absolutely kill you. Even on a single box, becau

Need advice with performance of Struts-Application on Tomcat 4.1

2006-01-10 Thread starki78
Hi we are developing an application with Struts and I've a Action that creates 35 Charts writes it to the Session and displays it in a JSP. It runs on Tomcat 4.1. Most of the time it is fast but sometimes it takes significantly more time. I've tested all the methods, the session-size can reach a ma