> From: Jason Joseph [mailto:jjos...@keystreams.com]
> Subject: Re: Re: concurrent connections with mod_jk/apache/tomcat
> 
> after reading things online I thought the best practice for production
> environments was for tomcat to handle dynamic requests and apache to
> handle static content. Based on what Chuck said though, is this wrong?

These days, yes; back in the 4.1 days (some years ago), httpd did provide 
significant performance advantages for delivering static content.  For maximum 
static performance (especially with SSL), use the optional APR connector and 
associated native library in Tomcat; it's basically the same code that's in 
httpd, with the advantage of running entirely inside one process.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to