summaryrefslogtreecommitdiff
path: root/devel/p5-Schedule-RateLimiter
AgeCommit message (Collapse)AuthorFilesLines
2004-04-12Initial import of p5-Schedule-RateLimiter into the NetBSD packages collection.grant4-0/+31
Schedule::RateLimiter provides a way to voluntarily restrict how many times a given action may take place within a specified time frame. Such a tool may be useful if you have written something which periodically polls some public resource and want to ensure that you do not overburden that resource with too many requests.