Skip to content

Commit 6e6b6d1

Browse files
authored
Update README.md
1 parent 6994578 commit 6e6b6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Application-level Load Balancer in Java #
2-
This project implements a simple load balancing program written in Java, with a Client and a Server program demonstrating its working. The functionality is as below:
2+
This project implements a simple load balancing program written in Java, with a Client and a Server program demonstrating its functionality. The functionality is as below:
33
* All clients connect to the Load Balancer, which is a single entry point for all requests. The requests consist of a string- an ID- the data corresponding to which are to be obtained from Workers.
44
* The Load Balancer accepts requests from clients and redirects them to appropriate workers selected using Round-Robin or Least-Connections scheduling, whichever is specifed by user via command-line.
55
* The Workers(Servers) extract information corresponding to recieved requests(IDs) from a MySQL Database, and return the data in the form of JSON responses to the Load Balancer, which forwards it to the client as mentioned above.

0 commit comments

Comments
 (0)