[Python-checkins] r50709 - sandbox/trunk/Doc/threading.rst

andrew.kuchling python-checkins at python.org
Wed Jul 19 03:06:50 CEST 2006


Author: andrew.kuchling
Date: Wed Jul 19 03:06:50 2006
New Revision: 50709

Added:
   sandbox/trunk/Doc/threading.rst
Log:
Start document

Added: sandbox/trunk/Doc/threading.rst
==============================================================================
--- (empty file)
+++ sandbox/trunk/Doc/threading.rst	Wed Jul 19 03:06:50 2006
@@ -0,0 +1,43 @@
+Thread Programming HOWTO
+================================
+
+**Version 0.01**
+
+(This is a first draft.  Please send comments/error
+reports/suggestions to amk at 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.
+


More information about the Python-checkins mailing list