Skip to content

Commit

Permalink
Added tutorial using doorman_shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryszard committed Feb 10, 2016
1 parent 108f3d7 commit f217f82
Show file tree
Hide file tree
Showing 4 changed files with 445 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ During the learning mode of a resource every request will be answered with a new
Doorman requires the clients to inform it of the desired capacity (the so-called *wants*). If you are using the low-level Doorman client you need to figure out your capacity need and call the appropriate methods to make sure that the client library requests that amount of capacity during its refresh cycle. However if you use the rate limiter objects provided by the Doorman clients the desired capacity is determined automatically by observing the behavior of the threads that want to access the resource. This automatic wants determination uses a moving average to smoothen out any spikes.

### Next steps
- Read the [tutorial](doc/simplecluster).
- Read more about available [algorithms](doc/algorithms.md).
- Read about Doorman's [configuration](doc/configuration.md).
- Read the in-depth [design doc](doc/design.md).
Expand Down
Loading

0 comments on commit f217f82

Please sign in to comment.