
28 Jul
2004
28 Jul
'04
8:57 a.m.
Roland wrote:
This would increase the number of threads seriously, since you can only wait for a very limited number of objects in a call to WaitFor.
AFAIK RegisterWaitForSingleObject does not create new thread for each request. Even if so, these threads do not create any special overhead, as per definition are only sleeping (ie. aren't scheduled for execution). B.