Narendra Pathai 31120a8fa0 Merge pull request #646 from rastdeepanshu/master
Modifications for intermittent test failure in Throttling pattern.
2017-10-09 10:58:57 +05:30
..
2017-09-28 15:04:32 +02:00
2017-09-13 20:39:31 +03:00

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Throttling throttling /patterns/throttling/ Behavioral
Java
Difficulty-Beginner

Intent

Ensure that a given client is not able to access service resources more than the assigned limit.

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.