Thanks Arjay,


1.

If I set the event in signalled status, then next time, when the thread checks the singal by using WaitOne, it will be blocked, right?

2.

You mean using the timeout form of wait to check event, like this one?

http://msdn2.microsoft.com/en-us/lib...t0(VS.80).aspx

Quote Originally Posted by Arjay
Yes. Write it with an event and check the event as often as necessary within the thread.

Then profile the application and MEASURE the difference in performance.

regards,
George