0
Reply

stop a thread

George George

George George

Apr 22 2008 5:51 AM
1.8k

Hello everyone,


About using Abort or Interrrupt to stop a thread, I have two questions.

1. What are the pros and cons about Abort v.s. Interrupt?

2. If I program a background thread, compared with normal thread, will there be any special points to take care of (e.g. code in different) if the thread is stopped with Abort (or Interrupt)?


thanks in advance,
George