Tomcat fans,

I am using the 6.0.2 tomcat beta and doing some stress testing with a
servlet app for which a form login has been declared and that does repeated
login/logout's (session invalidate).

THe problem I run into is that, under heavy load, during the doGet
invocation for the login request the session attached to the request is
changed by some other thread (the value returned from getId changes and
attributes that are originally set are removed). I have the impression that
at the time the doGet for the login is invoked the session is not completely
initialized and some other thread is doing that concurrently.

I have not tried to isolate the issue further, so I might be overlooking
something within the servlet, but before I try to debug further (getting
where I am now with this took me already day), I was wondering whether
someone has seen this before, whether this is expected behavior or whether
someone perhaps has ideas how to fix this.

Any help or suggestions warmly welcomed,


Peter
-- 
View this message in context: 
http://www.nabble.com/session-getId-changes-during-doGet-invocation-under-heavy-load-tf2892448.html#a8081064
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to