This project is about to give you a simple (but powerful) loadbalancer written in JAVA.
"The performance of a Java based load balancer may never match that of a well written load balancer in C/C++, but as teh platform is evolves further, it can only get better." (from http://javalb.sourceforge.net/)
My project is a mutch more simple way to have a TCP loadbalancer.
It has a hard coded round robin (tictoc) algorythm, and (right now) limited to 2 realservers (it will change in the future)
Features
- Written in JAVA
- It can load balance between 2 realservers (right now, but it will change in the future)
- It supports only round robin algorythm
- It can acknowledge if one or both realservers are out
- when only one realserver is up, it directs trafic only to the working server
- Simple
- Relyable
- Good performance (I tested it with 800 hits/sec)
Categories
Load BalancersLicense
GNU General Public License version 3.0 (GPLv3)Follow java loadbalancer
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of java loadbalancer!