blob: 01566fc98d79e2e8f08786612414f99f2dd0c58f [file] [log] [blame]
Guido van Rossum260cc1a81992-08-10 10:48:14 +00001This directory contains some demonstrations of the thread module.
Guido van Rossumf82fef01993-12-17 14:45:06 +00002This module is only (optionally) available for the SGI, for now.
Guido van Rossum260cc1a81992-08-10 10:48:14 +00003
Guido van Rossumf82fef01993-12-17 14:45:06 +00004These are mostly "proof of concept" type applications:
5
6find.py Parallelized "find(1)".
Guido van Rossum260cc1a81992-08-10 10:48:14 +00007telnet.py Version of ../sockets/telnet.py using threads.
8wpi.py Version of ../scripts/pi.py using threads and stdwin.