RE: Tomcat + Multiple Request

2006-07-25 Thread Tejas Bavishi
Hi I would have thought that multiple requests for the same user should not have any impact on the tomcat as long as the server logic does not try to modify the same session data simultaneously. Probably using the synchronized keyword here may be required. The request data modifications should

RE: Tomcat + Multiple Request

2006-07-25 Thread Peter Crowther
From: RODRIGUES DE ALMEIDA Thiago [mailto:[EMAIL PROTECTED] I've read that Http specification preconizes the use of 2/4 multiple requests for the same session id/ browser. Is this correct ? Yes. For example Internet Explorer never issues more than two requests to the same server. You cannot

RE: Tomcat + Multiple Request

2006-07-25 Thread RODRIGUES DE ALMEIDA Thiago
Crowther [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 juillet 2006 12:29 À : Tomcat Users List Objet : RE: Tomcat + Multiple Request From: RODRIGUES DE ALMEIDA Thiago [mailto:[EMAIL PROTECTED] I've read that Http specification preconizes the use of 2/4 multiple requests for the same session id