This class implements a token bucket filter. Token bucket filters are used in software engineering to limit a number of events within a certain time.
An example is how ISP's limit bandwidth to a fixed Kilobyte per second rate.
A typical usage of this class is limiting the amount of posts to, for example, a guestbook or forum for a user of your site.
An example is included in the source file. Call as: http://yourdomain/../tokenbucket.php/demo
|
|
| Name: |
CTokenBucket |
| Base name: |
tokenbucket |
| Description: |
Token bucket filter for a variety of purposes |
| Version: |
- |
| PHP version: |
- |
| License: |
Public Domain |
| All time users: |
591 users |
| All time rank: |
4465 |
| Week users: |
0 users |
| Week rank: |
2072  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|