Forum Discussion
mtobkes_64700
May 12, 2010Nimbostratus
Rate-Limiting Crawlers
Hi I found this iRule here that will limit requests to 1 request per n seconds. I would like to know how I'd be able to allow n requests per 1 second, e.g. allow 5 requests per 1 second.
wh...
hooleylist
May 13, 2010Cirrostratus
Hi myles,
Try changing this line:
if { [ ::active_crawlers($user_agent) < $curr_time ] } {
to
if { $::active_crawlers($user_agent) < $curr_time } {
Aaron
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects