Re: [users@httpd] Apache load balancer, etc

2018-07-27 Thread Rose, John B
What happens to http requests thru the Apache load balancer if the backend hosts get maxed out on current TCP connections and there are still requests coming into the load balancer? Thanks From: Jim Jagielski Sent: Wednesday, July 4, 2018 7:51:28 AM To: users@

Re: [users@httpd] Apache load balancer, etc

2018-07-27 Thread Rose, John B
Yes Yes ? From: knobis...@gmail.com on behalf of Martin Knoblauch Sent: Tuesday, July 3, 2018 9:27:47 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Apache load balancer, etc Hi John, care to share pointers to those comparisons? Curious

Re: [users@httpd] Apache load balancer, etc

2018-07-04 Thread Jim Jagielski
Are you using the latest Apache httpd 2.4.x? Are you using the Event MPM? Both our and independent 3rd party benchmarks show Apache as fast and, at times, even faster, than those solutions you mentioned. > On Jul 2, 2018, at 1:24 PM, Rose, John B wrote: > > Have been comparing Apache load

Re: [users@httpd] Apache load balancer, etc

2018-07-03 Thread Martin Knoblauch
Hi John, care to share pointers to those comparisons? Curious myself ... Thanks Martin On Mon, Jul 2, 2018 at 7:24 PM, Rose, John B wrote: > Have been comparing Apache load balancing with some other possibilities > > As expected can do just about anything you want with Apache but the >

[users@httpd] Apache load balancer, etc

2018-07-02 Thread Rose, John B
Have been comparing Apache load balancing with some other possibilities As expected can do just about anything you want with Apache but the performance testing between Apache load balancing and nginx, haproxy, lighthttpd has Apache noticeably slower. Any tips on config tuning to optimize