SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Schedule-RateLimiter rpm build for : Mageia 8. For other distributions click perl-Schedule-RateLimiter.

Name : perl-Schedule-RateLimiter
Version : 0.10.0 Vendor : Mageia_Org
Release : 10.mga8 Date : 2020-02-12 07:38:18
Group : Development/Perl Source RPM : perl-Schedule-RateLimiter-0.10.0-10.mga8.src.rpm
Size : 0.01 MB
Packager : umeabot < umeabot>
Summary : Prevent events from happening too quickly
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.

RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/aarch64/media/core/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  perl-Schedule-RateLimiter-0.10.0-10.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Schedule-RateLimiter-0.10.0-10.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Schedule-RateLimiter-0.10.0-10.mga8.noarch.rpm
ftp.icm.edu.pl  perl-Schedule-RateLimiter-0.10.0-10.mga8.noarch.rpm
     

Provides :
perl(Schedule::RateLimiter)
perl-Schedule-RateLimiter

Requires :
perl >= 0:5.006
perl(Test::More)
perl(Time::HiRes)
perl(strict)
perl(warnings)
perl-base >= 2:5.30.1
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/perl-Schedule-RateLimiter
/usr/share/doc/perl-Schedule-RateLimiter/Changes
/usr/share/doc/perl-Schedule-RateLimiter/MYMETA.yml
/usr/share/doc/perl-Schedule-RateLimiter/README
/usr/share/man/man3/Schedule::RateLimiter.3pm.xz
/usr/share/perl5/vendor_perl/Schedule/RateLimiter.pm

 
ICM