java loadbalancer Wiki
A simple loadbalancer written in java
Status: Beta
Brought to you by:
zeupapa
This project is about to give you a simple (but powerful) loadbalancer written in JAVA.
To run the project from the command line, go to the dist folder and
type the following:
java -jar LoadBalancer.jar <listen port> <remote hostname 1> <remote port 1> <remote hostname 2> <remote port 2> [OPTIONAL timeout value in milisec]
Have fun. :)