diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-10 09:19:45 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-10 09:19:45 +0000 |
commit | 53d729395a7c449a1855b7e767c55d658b2662f7 (patch) | |
tree | 3d0e9449c6eb145f174ea64a09673ee7471b61d3 /devel/p5-Algorithm-FloodControl/pkg-descr | |
parent | ba52231f4d6d110834de2fcd361a59a2601291d2 (diff) |
Notes
Diffstat (limited to 'devel/p5-Algorithm-FloodControl/pkg-descr')
-rw-r--r-- | devel/p5-Algorithm-FloodControl/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Algorithm-FloodControl/pkg-descr b/devel/p5-Algorithm-FloodControl/pkg-descr new file mode 100644 index 000000000000..fd72d1518a98 --- /dev/null +++ b/devel/p5-Algorithm-FloodControl/pkg-descr @@ -0,0 +1,7 @@ +Flood control method is used to restrict the number of events to happen or +to be processed in specific perion of time. Few examples are: web server can +limit requsets number to a page or you may want to receive no more than 10 SMS +messages on your GSM Phone per hour. Applications of this method are unlimited. + + +WWW: http://search.cpan.org/dist/Algorithm-FloodControl/ |