"T. Kandasamy" wrote:
> 
> Hi Bojan:
> 
> Thanks for your kind reply. How about the stability of the tomcat i.e.if the
> number of concurrent increases. whether the tomcat will be stable? or
> getting
> crashed. Please let me know, do you use tomcat in the production server?

I do, but my servers are not all that loaded. And I don't like employing
Tomcat for static page serving when there is Apache that does the job
better and faster. But there are people the disagree with this view.
Again, find out for yourself.

Tomcat 3.3 has been solid for me. If you let 'ab' run on it for a day or
two, it will become apparent...

There are many factors that contribute to stability of Tomcat, some of
which are out of Tomcat's control. Examples: memory exhaustion (due to
low memory or memory leaks in the apps) and bugs in JVM on a particular
platform. I use IBM's JDK 1.3.0 for Linux which has been very stable and
fastest of them all (about 30% faster then Sun's).

Bojan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to