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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of java loadbalancer!