[Twisted-Python] Scalability of timers

exarkun at twistedmatrix.com exarkun at twistedmatrix.com
Sun Aug 10 16:17:16 MDT 2014


On 09:38 pm, tobias.oberstein at tavendo.de wrote:
>
>What I am after is to explicitly _control_ the maximum syscall rate to 
>select() - not simply max. out the box on syscall rate.
>
>Like: limit syscall rate to select() at 1000Hz - regardless how many 
>timers I issue per second.

In other words:

If you ask Twisted to wake up N times per second, is there an API to 
make Twisted wake up M (M<N) times per second instead?

Is that what you're looking for?

Jean-Paul




More information about the Twisted-Python mailing list