Re: multiple t hreads

2006-07-17 Thread Christopher Schultz
Alan, >>> When I tried to [spawn a new thread on behalf of the remote >>> user] on older versions of Tomcat (4.x), all output to the >>> user was suspended until _all_ of the threads completed. > >> This was probably due to mismanagement of the thread; a new >> thread will run independently of yo

Re: multiple t hreads

2006-07-17 Thread Alan Meyer
Chris, Thank you for the excellent advice and suggestions. >> When I tried to [spawn a new thread on behalf of the remote >> user] on older versions of Tomcat (4.x), all output to the >> user was suspended until _all_ of the threads completed. > This was probably due to mismanagement of the thr

Re: multiple t hreads

2006-07-17 Thread Christopher Schultz
Alan, > When I tried to [spawn a new thread on behalf of the remote user] on > older versions of Tomcat (4.x), all > output to the user was suspended until _all_ of the threads > completed. This was probably due to mismanagement of the thread; a new thread will run independently of your request

Re: multiple t hreads

2006-07-17 Thread Alan Meyer
> how to start multiple threads of a single instance of a tomcat > where each thread runs a different application.is it possible > with tomcat if so how This can be done in the normal way. Your servlet can start separate threads, each of which runs somewhat independently. However, there is a pr

RE: multiple t hreads

2006-07-17 Thread Peter Crowther
> From: Pratap Parne [mailto:[EMAIL PROTECTED] > how to start multiple threads of a single instance of > a tomcat where each thread runs a different > application.is it possible with tomcat if so how Tomcat is (very!) multi-threaded anyway. If you want to run multiple web applications (.war file