Skip to content

Commit 29c5b80

Browse files
committed
iluwatar#525 Add link to Queue-Based Load Leveling blog
1 parent 0c8bb1c commit 29c5b80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

queue-load-leveling/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ for both the task and the service.
2525
* This pattern is ideally suited to any type of application that uses services that may be subject to overloading.
2626
* This pattern might not be suitable if the application expects a response from the service with minimal latency.
2727

28+
## Tutorials
29+
* [Queue-Based Load Leveling Pattern](http://java-design-patterns.com/blog/queue-load-leveling/)
30+
2831
## Real world example
2932

3033
* A Microsoft Azure web role stores data by using a separate storage service. If a large number of instances of the web role run concurrently, it is possible that the storage service could be overwhelmed and be unable to respond to requests quickly enough to prevent these requests from timing out or failing.

0 commit comments

Comments
 (0)