summaryrefslogtreecommitdiffstats
path: root/Demo/threads/README
blob: 01566fc98d79e2e8f08786612414f99f2dd0c58f (plain)
1
2
3
4
5
6
7
8
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)".
telnet.py	Version of ../sockets/telnet.py using threads.
wpi.py		Version of ../scripts/pi.py using threads and stdwin.