RE: invoking Thread.Sleep() from a servlet instance

2005-06-01 Thread Steve Kirk
18:50 To: Tomcat Users List Subject: Re: invoking Thread.Sleep() from a servlet instance It's allowed and typically a bad idea. -Tim Clark O'Brien wrote: I am looking for insight on invoking Thread.sleep() from a Tomcat Servlet. I understand it is explicitly prohibited

Re: invoking Thread.Sleep() from a servlet instance

2005-05-31 Thread Tim Funk
It's allowed and typically a bad idea. -Tim Clark O'Brien wrote: I am looking for insight on invoking Thread.sleep() from a Tomcat Servlet. I understand it is explicitly prohibited in the J2EE spec and it is not hard to comprehend that invoking sleep on a thread that is processing multiple