Re: All threads are currently busy

2007-10-19 Thread David Smith
You'd do something like req.getRequestDispatcher("/contextRel/path/to/logoutUrl").forward( req, resp ). All of the request parameters available to the current servlet would be passed on to the logout servlet. --David Peter Bauer wrote: Am Donnerstag 18 Oktober 2007 schrieb Christopher Schul

Re: All threads are currently busy

2007-10-19 Thread Peter Bauer
Am Donnerstag 18 Oktober 2007 schrieb Christopher Schultz: > Peter, > > > This next method call is the problem. I am sending a POST request from > > one servlet instance to another one. But in situations with high load, > > all 20 instances are busy, so the ActiveRoleRemoval.sendLogoutMessages > >

Re: All threads are currently busy

2007-10-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, > This next method call is the problem. I am sending a POST request from one > servlet instance to another one. But in situations with high load, all 20 > instances are busy, so the ActiveRoleRemoval.sendLogoutMessages method which > sends t

Re: All threads are currently busy

2007-10-18 Thread David Smith
This next method call is the problem. I am sending a POST request from one servlet instance to another one. But in situations with high load, all 20 instances are busy, so the ActiveRoleRemoval.sendLogoutMessages method which sends the POST request blocks because there is no other instance/thr

Re: All threads are currently busy

2007-10-18 Thread Peter Bauer
on server > --- > - Original Message - > From: "Peter Bauer" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, October 17, 2007 5:24 PM > Subject: Re: All threads are currently busy > > > Good afternoon Martin :-) > > > > On Wednesday 18 Octo

Re: All threads are currently busy

2007-10-17 Thread Peter Bauer
on server > --- > - Original Message - > From: "Peter Bauer" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, October 17, 2007 10:52 AM > Subject: All threads are currently busy > > > Hi all, > > > > System: > > Tomcat 4.1.30 on Debia

Re: All threads are currently busy

2007-10-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, Peter Bauer wrote: >> This version of TC is quite old ..not sure if its supported anymore > > Yes, i know about that. If there is a major bug in this version, i could > argue to upgrade > (at least to the last 4.1.x version) but i would need

Re: All threads are currently busy

2007-10-17 Thread Johnny Kewl
Bauer" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 17, 2007 5:24 PM Subject: Re: All threads are currently busy Good afternoon Martin :-) On Wednesday 18 October 2000 16:08:34 you wrote: Good Morning Peter I assume you have built glibc for debian following the specific build

Re: All threads are currently busy

2007-10-17 Thread Johnny Kewl
Bauer" <[EMAIL PROTECTED]> To: Sent: Wednesday, October 17, 2007 10:52 AM Subject: All threads are currently busy Hi all, System: Tomcat 4.1.30 on Debian sarge java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Cli

Re: All threads are currently busy

2007-10-17 Thread Peter Bauer
apply? > http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Thread.html There are no threads i am creating which have a non-default priority. thanks, Peter > HTH/ > Martin-- > > - Original Message - > From: "Peter Bauer" <[EMAIL PROTECTED]> > To:

All threads are currently busy

2007-10-17 Thread Peter Bauer
Hi all, System: Tomcat 4.1.30 on Debian sarge java version "1.5.0_11" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03) Java HotSpot(TM) Client VM (build 1.5.0_11-b03, mixed mode, sharing) in situations with high load, tomcat sometimes stops responding and is not able to reco