• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

inc/Module/H22-Mar-2011-2,3481,749

lib/Algorithm/H22-Mar-2011-648263

t/H22-Mar-2011-264211

ChangesH A D13-Jan-2009672 1513

MANIFESTH A D06-Nov-2008800 3433

META.ymlH A D13-Jan-2009624 3029

Makefile.PLH A D01-Mar-2011486 2115

READMEH A D05-Nov-20081.2 KiB5130

SIGNATUREH A D22-Jul-20103.2 KiB6053

svn-commit.tmpH A D06-Nov-200873 53

README

1Algorithm-FloodControl
2
3
4Algorithm::FloodControl - Limit event processing to count/time ratio.
5
6DESCRIPTION
7
8"Flood control" method is used to restrict the number of events to happen or
9to be processed in specific perion of time. Few examples are: web server can
10limit requsets number to a page or you may want to receive no more than 10 SMS
11messages on your GSM Phone per hour. Applications of this method are unlimited.
12
13INSTALLATION
14
15To install this module, run the following commands:
16
17	perl Makefile.PL
18	make
19	make test
20	make install
21
22SUPPORT AND DOCUMENTATION
23
24After installing, you can find documentation for this module with the
25perldoc command.
26
27    perldoc Algorithm::FloodControl
28
29You can also look for information at:
30
31    RT, CPAN's request tracker
32        http://rt.cpan.org/NoAuth/Bugs.html?Dist=Algorithm-FloodControl
33
34    AnnoCPAN, Annotated CPAN documentation
35        http://annocpan.org/dist/Algorithm-FloodControl
36
37    CPAN Ratings
38        http://cpanratings.perl.org/d/Algorithm-FloodControl
39
40    Search CPAN
41        http://search.cpan.org/dist/Algorithm-FloodControl
42
43
44COPYRIGHT AND LICENCE
45
46Copyright (C) 2008 Andrey Kostenko
47
48This program is free software; you can redistribute it and/or modify it
49under the same terms as Perl itself.
50
51