Limit on Number of Requests


I do want to impose a limit on the number of requests per period. What shall, I do?

You need to imply Document throttle policy, it will impose a limit on the number of requests per period excluding requests for HTML page elements such as images and style sheets.
When this limit is exceeded, all further requests are refused, until the elapsed time exceeds the period length, at which point the elapsed time and the counters are reset.