Thread Programming HOWTO ================================ **Version 0.01** (This is a first draft. Please send comments/error reports/suggestions to amk@amk.ca. This URL is probably not going to be the final location of the document, so be careful about linking to it -- you may want to add a disclaimer.) Introduction ---------------------- XXX Revision History and Acknowledgements ------------------------------------------------ The author would like to thank the following people for offering suggestions, corrections and assistance with various drafts of this article: no one yet. References -------------------- General ''''''''''''''' XXX Thread programming in Python '''''''''''''''''''''''''''''''' http://www.python.net/crew/aahz/OSCON2001/: Aahz's notes from a 2001 OSCON tutorial. http://www.pyzine.com/Issue001/Section_Articles/article_ThreadingGlobalInterpreter.html: "Threading the Global Interpreter Lock", by Aahz, in PyZine #1. http://heather.cs.ucdavis.edu/~matloff/Python/PyThreads.pdf: A general tutorial on threaded programming in Python, by Norman Matloff and Francis Hsu, University of California, Davis.