Whether multithreaded will speed this up, depends
on the fact where the time is spent. If 90% of the 
time is spent in the cpu then this will not help
much as long as you don't put additional cpu's in 
the server.

Optimisation without profiling is worthless. If
you don't know where the time is spent you won't 
know where to twist the screws.

> -----Original Message-----
> From: Collin VanDyck [mailto:collin@;hannonhill.com]
> Sent: Thursday, November 07, 2002 3:20 PM
> To: Tomcat Users List
> Subject: Re: question on multi -user performance
> 
> 
> It's possible that your servlet could be coded such that it is not
> threadable.  Can you give an example of what your code is doing?
> 

--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to