[Tutor] How to deal with a thread that doesn't terminate

bob gailer bgailer at alum.rpi.edu
Tue Feb 19 23:02:16 CET 2008


Tony Cappellini wrote:
> When I executing a program external to the main program in a thread,
> and that thread hangs, can the thread be terminated?
>   
Please define "hangs".

AFAIK that could mean waiting on an external event / signal / 
communication that never happens, or running in an "infinite loop". So 
which is it or is it something else?

-- 
Bob Gailer
919-636-4239 Chapel Hill, NC



More information about the Tutor mailing list