-----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 the POST request blocks because there is no other instance/thread to 
> process the request.
> Is this quite possible or nonsense?

What if you use a RequestDispatcher.forward() instead of doing your own
POST? Is that an option? The current thread is always available ;)

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHF3Km9CaO5/Lv0PARAil3AJ42BIygCYLdklVf1GOuvXrIzoAitwCeMQ7b
+l6kF3s/zHa2j0oFtmvHlZM=
=b1IG
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
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