[Ilugc] How to make apache to server tons of requests ?

  • From: mksarav@xxxxxxxxx (M K Saravanan)
  • Date: Tue, 17 Dec 2013 11:17:02 +0800

On Tue, Dec 17, 2013 at 10:47 AM, Shrinivasan T <tshrinivasan at gmail.com> 
wrote:

Apache goes down when the requests are high.

One of the solution is to use a load balancer if you want to handle
very high traffic.   Load balancer typically has an option to offload
SSL (for https) so that it can handle SSL encryption/decryption using
dedicated hardware chip and at wirespeed.  LB will act like a reverse
proxy.  With sufficient servers on the backend and using a load
balancer in the front, it can easily handle million request/second.

-- mks --

Other related posts: