https://github.com/iluwatar/java-design-patterns-web/issues/8 Update pattern categories and tags
This commit is contained in:
@ -5,8 +5,7 @@ folder: throttling
|
||||
permalink: /patterns/throttling/
|
||||
categories: Behavioral
|
||||
tags:
|
||||
- Java
|
||||
- Difficulty-Beginner
|
||||
- Performance
|
||||
---
|
||||
|
||||
## Intent
|
||||
@ -18,5 +17,5 @@ Ensure that a given client is not able to access service resources more than the
|
||||
## Applicability
|
||||
The Throttling pattern should be used:
|
||||
|
||||
* when a service access needs to be restricted to not have high impacts on the performance of the service.
|
||||
* when multiple clients are consuming the same service resources and restriction has to be made according to the usage per client.
|
||||
* When a service access needs to be restricted to not have high impacts on the performance of the service.
|
||||
* When multiple clients are consuming the same service resources and restriction has to be made according to the usage per client.
|
||||
|
Reference in New Issue
Block a user