Previous | Next --- Slide 34 of 57
Back to Lecture Thumbnails
paracon

One way to clear the queue is to increase the throughput of the server by adding more workers.

woohoo

How does Amazon load balance the web servers so that instantiating a new web server instance is guaranteed?

eosofsky

Creating more web server instances not only increases the throughput, but also decreases latency by shortening the wait time in the queue.

atadkase

Is a round robin algorithm used for distributing the load in Amazon?

jk2d

In order to clear the queue, the throughput of the server needs to go above the rate of the incoming requests.