2009
The signals and threads flying circus - Where is Ploum ?
by parmentierfSignals and threads in Python
2007
2005
ASPN : Python Cookbook : Generator Based Concurrency, with Real Threads when Needed.
by robertoThis recipe uses NanoThreads. http://lgt.berlios.de/
It shows how simulated concurrency, (using generators as tasks), can be transparently combined with OS Level Python threads, as and when needed.
1
(3 marks)