thread killing
Joshua C. Marshall
jayantha at ccs.neu.edu
Sat Jan 29 12:16:51 EST 2000
More information about the Python-list mailing list
Sat Jan 29 12:16:51 EST 2000
- Previous message (by thread): Cutting off trailing zeroes?
- Next message (by thread): python and college/university programs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I know it's been asked. In my application I run untrusted code in a separate thread. I want to kill this thread if its execution takes too long (I don't care about cleanup). Is there any way to do this? Is it possible for a spawned thread to handle signals?
- Previous message (by thread): Cutting off trailing zeroes?
- Next message (by thread): python and college/university programs
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list