I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2011-08-01 05:07:55.957378-07 by jalbstmeijer
feature request: add throttle settings
Hi,

The dutch SIDN registrar has usage restrictions

CHECK-Commands: Max 60 per 60 sec
INFO-Commands: Max 30 per 60 sec
POLL-Commands: Max 20 per 60 sec

Would be nice if these limits could be configured within Net-DRI for bulk actions.
Currently using the Shell.pm, so options like

set check_throttle=60
set info_throttle=30
set poll_throttle=20

could make the client sleep for 60 seconds after the limit is reached.

Or just a general 60 seconds sleep after an "ERROR 2202 Excessive querying; command not executed" response

set throttle_sleep=60

retrying the last command.


Justin
Direct Responses: 13435 | 13436 | Write a response