Hello all
If I send to Tomcat two times the same request with the same parameters it seems that Tomcat serializes the requets. If the servlet is the same but the parameters are different, then the requests are not serialized.
I want to mention that I do not synchronize any important method and that my servlet does not implement the SingleThreadModel. The same is true for the objects used within my servlet.
I use Tomcat jakarta-tomcat-4.1.27-LE-jdk14
Thank you in advance Cristi
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
