libschedule-ratelimiter-perl_0.01-1_i386.changes is NEW

Debian Installer installer at ftp-master.debian.org
Fri Mar 6 13:32:06 UTC 2009


(new) libschedule-ratelimiter-perl_0.01-1.diff.gz optional perl
(new) libschedule-ratelimiter-perl_0.01-1.dsc optional perl
(new) libschedule-ratelimiter-perl_0.01-1_all.deb optional perl
Perl library to prevent events from happening too quickly
 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 )
(new) libschedule-ratelimiter-perl_0.01.orig.tar.gz optional perl
Changes: libschedule-ratelimiter-perl (0.01-1) unstable; urgency=low
 .
  * Initial Release. (Closes: #518443)


Override entries for your package:

Announcing to debian-devel-changes at lists.debian.org
Closing bugs: 518443 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.



More information about the pkg-perl-maintainers mailing list