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: <embed id="<%=i%>" src="BasicDisplayServlet.svg?id=Linechart<%=i%>" A servlet (BasicDisplayServlet) is called that reads the sting value from a given id from the session and writes the string to a output-stream. But I think the bottle-neck (in my test environment) is not the session-size but that the servlet is called so many times within one request. Is there anything with maximum number of Threads that are reached? What happens exactly when I embedd a servlet? For me this is a difficult problem and any comments are highly appricated! Nice greetings Starky --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]