killing thread after timeout

sp1d3rx at gmail.com sp1d3rx at gmail.com
Tue Sep 6 12:43:03 EDT 2005


You'll need a watchdog thread that handles the other threads. The
watchdog thread just builds a table of when threads were started, and
after a certain # of seconds, expires those threads and kills them.




More information about the Python-list mailing list