Dear Twisters, I can't get Twisted reactor calling my function in a more or less periodic fashion with the LoopingCall mechanics.
With select()-based reactor, the LoopingCall object seems to call back my timer function only on select() timeout. If I/O pace does not allow select() to time out, LoopingCall never calls my function. How do I implement a "timer" function what would work regardless of the rate of I/O events? thanks, ilya _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
