| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| LoadBalancer.java | 2013-08-12 | 9.7 kB | |
| Totals: 1 Item | 9.7 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. :)