Re: session#getId changes during doGet invocation under heavy load

2007-01-02 Thread Peter Coppens
: Re: session#getId changes during doGet invocation under heavy load On 12/30/06, Peter Coppens [EMAIL PROTECTED] wrote: That said, I am baffled by the fact that some connections take 15minutes. Are you referring to MySQL connection setup time? Or query time? Either way, it certainly

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Peter Coppens
any other comments on this? Thanks, Peter Caldarale, Charles R wrote: From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session#getId changes during doGet invocation under heavy load THe problem I run into is that, under heavy load, during the doGet invocation

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Leon Rosenberg
Sent: Friday, December 29, 2006 6:31 AM Subject: Re: session#getId changes during doGet invocation under heavy load Do I understand it right, that you made it a reproduceable testcase? If so, can we have a look on it? thank you Leon On 12/29/06, Peter Coppens [EMAIL PROTECTED] wrote

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Peter Coppens
[EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, December 29, 2006 6:31 AM Subject: Re: session#getId changes during doGet invocation under heavy load Do I understand it right, that you made it a reproduceable testcase? If so, can we have a look

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Leon Rosenberg
as to what the servlet is doing wrong. Would you (or anyone else) have any other comments on this? Thanks, Peter Caldarale, Charles R wrote: From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session#getId changes during doGet invocation under heavy load

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread David Smith
, 2006 6:31 AM Subject: Re: session#getId changes during doGet invocation under heavy load Do I understand it right, that you made it a reproduceable testcase? If so, can we have a look on it? thank you Leon On 12/29/06, Peter Coppens [EMAIL PROTECTED] wrote: Thanks Chuck. I

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Peter Coppens
- From: Leon Rosenberg [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Friday, December 29, 2006 6:31 AM Subject: Re: session#getId changes during doGet invocation under heavy load Do I understand it right, that you made it a reproduceable testcase? If so

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Hassan Schroeder
On 12/30/06, Peter Coppens [EMAIL PROTECTED] wrote: That said, I am baffled by the fact that some connections take 15minutes. Are you referring to MySQL connection setup time? Or query time? Either way, it certainly doesn't sound like a Tomcat problem... :-) -- Hassan Schroeder

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Peter Coppens
Are you referring to MySQL connection setup time? Or query time? Connection time (using a dbcp pool) Either way, it certainly doesn't sound like a Tomcat problem... :-) Absolutely agree. -- View this message in context: http://www.nabble.com/session-getId-changes-during-doGet-invocation-under

Re: session#getId changes during doGet invocation under heavy load

2006-12-30 Thread Martin Gainty
@tomcat.apache.org Sent: Saturday, December 30, 2006 2:39 PM Subject: Re: session#getId changes during doGet invocation under heavy load On 12/30/06, Peter Coppens [EMAIL PROTECTED] wrote: That said, I am baffled by the fact that some connections take 15minutes. Are you referring to MySQL connection

RE: session#getId changes during doGet invocation under heavy load

2006-12-29 Thread Peter Coppens
me. I am still uncertain as to what the servlet is doing wrong. Would you (or anyone else) have any other comments on this? Thanks, Peter Caldarale, Charles R wrote: From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session#getId changes during doGet invocation under heavy load

Re: session#getId changes during doGet invocation under heavy load

2006-12-29 Thread Leon Rosenberg
on this? Thanks, Peter Caldarale, Charles R wrote: From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session#getId changes during doGet invocation under heavy load THe problem I run into is that, under heavy load, during the doGet invocation for the login request the session attached

RE: session#getId changes during doGet invocation under heavy load

2006-12-29 Thread Tim Lucia
-Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Thursday, December 28, 2006 8:25 PM To: Tomcat Users List Subject: RE: session#getId changes during doGet invocation under heavy load From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session

Re: session#getId changes during doGet invocation under heavy load

2006-12-29 Thread Peter Coppens
commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/session-getId-changes-during-doGet-invocation-under-heavy-load-tf2892448.html#a8085181 Sent from the Tomcat - User mailing list archive at Nabble.com

Re: session#getId changes during doGet invocation under heavy load

2006-12-29 Thread Martin Gainty
) have any other comments on this? Thanks, Peter Caldarale, Charles R wrote: From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session#getId changes during doGet invocation under heavy load THe problem I run into is that, under heavy load, during the doGet invocation

session#getId changes during doGet invocation under heavy load

2006-12-28 Thread Peter Coppens
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

RE: session#getId changes during doGet invocation under heavy load

2006-12-28 Thread Caldarale, Charles R
From: Peter Coppens [mailto:[EMAIL PROTECTED] Subject: session#getId changes during doGet invocation under heavy load 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