home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pyth_os2.zip / python-1.0.2 / Demo / threads / README < prev    next >
Text File  |  1994-05-03  |  395b  |  10 lines

  1. This directory contains some demonstrations of the thread module.
  2. This module is only (optionally) available for the SGI, for now.
  3.  
  4. These are mostly "proof of concept" type applications:
  5.  
  6. find.py        Parallelized "find(1)".
  7. Generator.py    Generator class implemented with threads.
  8. telnet.py    Version of ../sockets/telnet.py using threads.
  9. wpi.py        Version of ../scripts/pi.py using threads and stdwin.
  10.