> From: Lionel Crine [mailto:[EMAIL PROTECTED] 
> Subject: Re: tomcat in production
> 
> My tomcat serves static content without APR.
> is there a big performance increase serving static pages with 
> APR enabled ?

I suspect the previous posts on this subject are slightly confused.
AFAIK, APR doesn't know or care about the type of content - it's simply
a more efficient mechanism for keeping multiple connections open
simultaneously without tying up a thread for each.  It also reduces the
CPU time used to deliver both static and dynamic content, but I haven't
seen any numbers yet to compare it with the current pure Java NIO
connector.

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

Reply via email to