Essentially slowing them down by putting in a loop or wait interval.
通过加入一个循环或等待间隔减慢其传入消息的速度。
2
There are 64 iterations of this loop with a 15-minute wait between iterations.
这个循环有64次迭代,迭代之间间隔15分钟的等待时间。
3
Since you do not have to wait for a list to be generated (stop and go) or allocate a thread to processing the loop (pipelining), this can be the most efficient method.