Threads

Aahz aahz at pythoncraft.com
Mon Sep 2 16:58:13 EDT 2002


In article <kIBb9.85641$mj7.1268320 at twister.rdc-kc.rr.com>,
Shashank Date <ADATE at kc.rr.com> wrote:
>
>I am trying to write a simple threading app in Python 2.2 (on Windows) which
>will spawn mutiple threads.
>Each thread will go out on the web (various web sites) and fetch certain
>documents. The main thread will wait for all the threads to terminate OR
>some external event (like deletion of a file). If the external event fires
>before termination of child-threads it kills all the spawned threads and
>terminates.
>
>Any ideas how to go about doing this.

See my web page.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Project Vote Smart: http://www.vote-smart.org/



More information about the Python-list mailing list