You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Sri Sankaran <Sr...@sas.com> on 2002/10/08 15:03:31 UTC

[TESTING] Testing for thread-safeness

Using Struts 1.0.2

Do you have any recommendations for testing a Struts-based application for thread-safeness?  

In particular, I want to ensure that my design of using local (on stack) business delegates to service the business logic won't get trampled on in a typical production environment with several concurrent users.

Sri