
28 Jul
2004
28 Jul
'04
8:10 a.m.
On Wed, 28 Jul 2004 08:40:46 +0200 Bronek Kozicki <brok@rubikon.pl> wrote:
Tonko Juricic wrote:
Also, relying on OS notifications (like DLL_THREAD_DETACH on Win32) for TLS cleanup, and extra
Maybe this could be replaceed with RegisterWaitForSingleObject (waiting for thread handle)?
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. Roland