DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibschedule-ratelimiter-perl
BeschreibungPerl library to prevent events from happening too quickly
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.01-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe68 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerUbuntu MOTU Developers
Quelle
Paketgröße10132 Byte
Prüfsumme MD5d43b1470f2e62e44bc3cf7ddce18ad2a
Prüfsumme SHA17bba0274de1cfd3bd4b0c062d256e6b25e41e663
Prüfsumme SHA256097d9c17891e0ad3cdb323cd295cbd410879ce7e970533b6c4e8e2693ef9b99f
Link zum Herunterladenlibschedule-ratelimiter-perl_0.01-1_all.deb
Ausführliche BeschreibungSchedule::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 )


Impressum
Linux is a registered trademark of Linus Torvalds