[Python-Dev] Non-blocking (asynchronous) timer without thread? (original) (raw)
tomer filiba tomerfiliba at gmail.com
Sat Dec 23 14:31:14 CET 2006
- Previous message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Next message: [Python-Dev] Fwd: survey about the use of agile practices
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The main goal is to prevent threads overhead and problems with race conditions and deadlocks.
check out stackless python -- http://www.stackless.com/
-tomer
- Previous message: [Python-Dev] Non-blocking (asynchronous) timer without thread?
- Next message: [Python-Dev] Fwd: survey about the use of agile practices
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]