aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Throttler/pkg-descr
blob: 06b5bdbbbfd2f061799d74eca78758ca0a95aa68 (plain) (blame)
1
2
3
4
5
6
7
8
9
Data::Throttler helps solving throttling tasks like "allow a single IP
only to send 100 emails per hour".

It provides an optionally persistent data store to keep track of
what happened before and offers a simple yes/no interface to an application,
which can then focus on performing the actual task (like sending email)
or suppressing/postponing it.

WWW:	http://search.cpan.org/dist/Data-Throttler/