On 8/30/06, Caldarale, Charles R <[EMAIL PROTECTED]> wrote:
> From: Martin Gainty [mailto:[EMAIL PROTECTED]
> Subject: Re: Tool for monitoring Tomcat from the client side
>
> The majority of the tomcat catalina engine is written in C
> and C++ for performance reasons

Not true - the Tomcat code is pure Java.  You can optionally replace
some of the comm code with the Apache Portable Runtime (APR), which is
written in C.  This provides slightly better performance.

This slightly besser performance, is it achieved by C or by using epoll?

Leon


 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to