Assignment 1 Notification
Hello everyone,
I have emailed you about Group Numbers. There are 15 groups. If you have emailed me about Group Composition but have not received any information about Group Numbers, you should send me a reply reminder ASAP.
In addition, I summarized the process as below:
- There is only 1 client.
- The client read an input line with Zone:X
- The client connect to the Proxy, providing X
- The Proxy look up the queue number of server in Zone:X. if the queue number exceed the threshold, the Proxy continue look up the queue number of server in Zone:X+1 and Zone:X+2, following the criteria in the description. Then the Proxy return the target server Y (X, X+1 or X+2) to the client.
- The Client now invoke the API on server Y.
- If the Client in Zone:X send to server Zone:X, delay is 80ms.
- If the Client in Zone:X send to server Zone:X+1/2, delay is 170ms.
- For simplification, no delay between Client and Proxy, Proxy and Server.