!!CrushBalance\\
CrushBalance is a software load balancer that can handle and distribute a high volume of traffic.\\
[attachments|crushbalance.png]\\
\\
A key design aspect in CrushBalance is to use what is called 'New IO" where every connection does not require a new thread to be processed.  Using threads has its benefits, especially for debugging scenarios, but it can't scale as well to handle load.  CrushBalance uses this newer thread model for handling connections and routing them where they need to go.\\
\\
\\
!Features\\
* Allow sticking sessions based on source IP.\\
* Configurable ping interval per endpoint destination to check if its online (no more overloading your server and filling up your logs with just load balancer pings)\\
* Proxy protocol v1 support to tell the backend server your real IP (CrushFTP supports this).\\
* Automatic rate limiting for connections from a single IP to protect your servers behind the load balancer.\\
* SSL offloading to the load balancer.\\
* Ability to check incoming headers to decide what end point to route them to (HOST: header for example).  In addition this allows you to also decide to send people to the closest endpoint for their source IP via a HTTP redirect.  You can run a load balancer at one location to redirect people geographically to the closest end point.\\
* Installs as a daemon on Linux, or service on windows.\\
* Including in all CrushFTP 9 enterprise licenses.\\
* Simple and lightweight...7MB download, uses Java.  Download and run.\\
\\
!Configuring\\
\\
[attachments|configure.png]