Re: Testing servlet for thread safety.

2003-12-09 Thread Adam Hardy
On 12/09/2003 07:16 AM 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. Antony, it might be the case that he didn't have time to answer, you know. Nobody on this list is obliged to answer any

Re: Testing servlet for thread safety.

2003-12-09 Thread Antony Paul
want to know any special component is available in these testing frameworks. I want open source. rgds Antony Paul . - Original Message - From: Adam Hardy [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, December 09, 2003 3:47 PM Subject: Re: Testing servlet for thread

Re: Testing servlet for thread safety.

2003-12-09 Thread Tim Funk
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

Re: [SPAM] Re: Testing servlet for thread safety.

2003-12-09 Thread Jon Wingfield
OTOH: http://jakarta.apache.org/cactus/index.html http://jakarta.apache.org/commons/latka/ http://jakarta.apache.org/jmeter/index.html http://www.mockobjects.com/wiki/SimpleServletTest Jon Antony Paul wrote: Subject: Re: Testing servlet for thread safety. From: Antony Paul [EMAIL PROTECTED

Testing servlet for thread safety.

2003-12-08 Thread Antony Paul
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. rgds Antony Paul. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: