diff options
author | grant <grant@pkgsrc.org> | 2004-04-12 14:20:57 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-04-12 14:20:57 +0000 |
commit | 118406664c01162bdf45fb70ccfb8bf0138c3255 (patch) | |
tree | 39f0ccd11c48e27d110462a37c1552407404ad45 /devel/p5-Schedule-RateLimiter/DESCR | |
parent | 463e5b24a9cfa395f024e43f55762bf35dd6a3ac (diff) | |
download | pkgsrc-118406664c01162bdf45fb70ccfb8bf0138c3255.tar.gz |
Initial import of p5-Schedule-RateLimiter into the NetBSD packages collection.
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.
Diffstat (limited to 'devel/p5-Schedule-RateLimiter/DESCR')
-rw-r--r-- | devel/p5-Schedule-RateLimiter/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/p5-Schedule-RateLimiter/DESCR b/devel/p5-Schedule-RateLimiter/DESCR new file mode 100644 index 00000000000..87e8ff16823 --- /dev/null +++ b/devel/p5-Schedule-RateLimiter/DESCR @@ -0,0 +1,6 @@ +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. |