cpython/Demo/threads
Guido van Rossum 70dc86f52a Initial revision 1994-05-03 14:15:01 +00:00
..
Generator.py Initial revision 1994-05-03 14:15:01 +00:00
README added Generator.py 1994-05-03 14:14:49 +00:00
find.py Use time.time() instead of time.millitimer() 1994-02-17 12:36:58 +00:00
telnet.py *** empty log message *** 1993-12-17 14:45:06 +00:00
wpi.py Initial revision 1992-08-10 10:48:14 +00:00

README

This directory contains some demonstrations of the thread module.
This module is only (optionally) available for the SGI, for now.

These are mostly "proof of concept" type applications:

find.py		Parallelized "find(1)".
Generator.py	Generator class implemented with threads.
telnet.py	Version of ../sockets/telnet.py using threads.
wpi.py		Version of ../scripts/pi.py using threads and stdwin.