Search for «throttling» code in category tags

simple function throttling ( time gate, time limiter, whatever you want to call it )

by hems on 24 Dec'13 15:38 in simple function throttling time gate limiter

A friend of mine asked me how to limit a function to happen at maximun rate of 1 time every N seconds..

1