[Twisted-Python] integrating CompStrm//adding background processing

Itamar Shtull-Trauring itamar at itamarst.org
Sun May 16 23:29:26 EDT 2004


On Sun, 2004-05-16 at 22:43, Bill la Forge wrote:
 
> My initial approach, of using callLater for successive invocations,
> was 
> flawed because of the limited granularity of time available on a PC.

The suggested way for doing highly frequent calls to scheduled events in
twisted is twisted.internet.task.LoopingCall. It does not have this
flaw.

-- 
Itamar Shtull-Trauring    http://itamarst.org






More information about the Twisted-Python mailing list