performance problem

2002-08-15 Thread Alessandro Di Maria
Hello! I have extremly performance problem! I send a http-request to Tomcat, which forwards the request over RMI to a business logic. This sends back a XML with the templates to include and values to place in the templates. This process takes about 100 - 400ms (not very fast but ok) After re

InitParameters

2001-10-01 Thread Alessandro Di Maria
initialized another intance of the servlet, he does it for every new request. If I don't read any init-params tomcat only uses one instance, even if I would implement the SingleThreadModel. What's wrong here?! Alessandro Di Maria