Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
src | 2013-08-12 | ||
README.TXT | 2013-08-12 | 409 Bytes | |
LoadBalancer.jar | 2013-08-12 | 44.7 kB | |
Totals: 3 Items | 45.1 kB | 0 |
======================== JavaLoadbalancer ======================== 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. :)