Package : perl-Schedule-RateLimiter > RPM : perl-Schedule-RateLimiter-0.10.0-11.mga9.src.rpm

Basic items

Name perl-Schedule-RateLimiter
Version 0.10.0
Release 11.mga9
URL https://metacpan.org/release/Schedule-RateLimiter
Group Development/Perl
Summary Prevent events from happening too quickly
Size 8KB
Arch noarch
License GPL+ or Artistic

Description

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.

Initially, one might think that solving this problem would be as simple as
sleeping for the number of seconds divided by the number of iterations in
between each event. However, that would only be correct if the event took no
time at all.

If you know exactly how much time each event is going to take then you could
build an even more complicated one-liner such as this:

sleep( (seconds / iterations) - single_event_time )

This module is intended to address the other cases when the exact run-time of
each event is unknown and variable. This module will try very hard to allow an
event to happen as many times as possible without exceeding the specified
bounds.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 13:21:10
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie