G
Guest
I have implemented Thread.Suspend and Thread.resume for pausing and resuming
threads respectively.
It works fine,But the only thing that I noticed was,when I suspend my
thread,the CPU utilization goes to 99-100%
Why would this happen?And is there a workaround for this or is there any
other way to pause and resume threads in .NET.
threads respectively.
It works fine,But the only thing that I noticed was,when I suspend my
thread,the CPU utilization goes to 99-100%
Why would this happen?And is there a workaround for this or is there any
other way to pause and resume threads in .NET.