Click to See Complete Forum and Search --> : thread.suspend


sattenapalli
December 13th, 2004, 03:13 AM
In MSDN it was given that when we call thread.suspend o.s won't suspend it immediately.It waits until it reaches "safe point".
1)What is safepoint?

2)what are background threads?How they are useful?

3)what is "service"?Do O.S treats services like threads and schedules services similar to threads?

shabbu_1980
April 29th, 2006, 07:52 AM
Safe points refers to points in code where for instance GC can be safely performed.