[Python-Dev] Non-blocking (asynchronous) timer without thread? (original) (raw)

tomer filiba tomerfiliba at gmail.com
Sat Dec 23 14:31:14 CET 2006


The main goal is to prevent threads overhead and problems with race conditions and deadlocks.

check out stackless python -- http://www.stackless.com/

-tomer



More information about the Python-Dev mailing list