I use Apache/mod_jk/Tomcat for a long time on production servers with load 
balancing/failover (and with high traffic sites) and I'm sure it's not 30% 
slower than a pure Tomcat.

I use Apache to deliver static files, manage SSL and other apache specifics 
modules.
Then, Tomcat only manage dynamics requests (servlets and JSPs) without SSL.
With this distribution of the functions, the Tomcat is less stressed and its 
performances increase.
And when the Tomcat load increase, I add a Tomcat in the cluster...

So, I think it's a good way to use it.

On Wed, 14 Sep 2005 11:46:51 +0000
"marc ratun" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> I just read an article about webapp benchmarks [1] and they mentioned that
> apache+mod_jk+tomcat is about 30% slower than pure tomcat.
> 
> This is sad. Until now I believed that the performance decrease with
> apache/mod_jk would be marginal.
> 
> Putting apache/mod_jk before tomcat is very nice. I don't want to miss
> it because it is a good way to integrate other modules.
> 
> Is there any way to speed up apache/tomcat cooperation?
> 
> 
> Marc
> 
> [1] (german only) http://www.heise.de/ix/artikel/2005/10/124/
> 
> _________________________________________________________________
> FREE pop-up blocking with the new MSN Toolbar - get it now! 
> http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to