There is no real test for thread safety. Thats why I was unable to answer it. Thread safety is really a finite state machine problem. The real issue is know that any concurrent flow of control will always keep the system in a stable state. I use system as a generic term for servlet, webapp, or tomcat jvm process.

-Tim

Antony Paul wrote:

Hi,
    I asked this question as part of another mail but Mr. Tim Funk left it
unanswered.
How to test a servlet for thread safety.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to