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
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
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
> 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
> 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