Re: [us...@httpd] Re: httpd mod_jk cluster

2010-12-28 Thread Don Hill
Thanks for your input On Tue, Dec 28, 2010 at 12:02 PM, Jeroen Geilman wrote: > On 12/28/10 3:18 PM, Don Hill wrote: > > What I really want to know is there a better design that I should use to > gain performance. > > > Umm.. switch to using mod_proxy_ajp, as the apache documentation suggests ?

Re: [us...@httpd] Re: httpd mod_jk cluster

2010-12-28 Thread Jeroen Geilman
On 12/28/10 3:18 PM, Don Hill wrote: What I really want to know is there a better design that I should use to gain performance. Umm.. switch to using mod_proxy_ajp, as the apache documentation suggests ? It offers a binary interface and much improved speed. for example 1.) create multiple

[us...@httpd] Re: httpd mod_jk cluster

2010-12-28 Thread Don Hill
What I really want to know is there a better design that I should use to gain performance. for example 1.) create multiple HTTPD servers, 2 servers per machine. Each serving 2 tomcats JVM 2.) use load balancer in workers to handle the load balance to the JVM's. The current configuration is balanci