[reSIProcate] ThreadIf

stensil stensil at list.ru
Wed Nov 16 05:15:56 CST 2005


Hello, All.
In ThreadIf (for WIN32) a call to WINAPI-function "CreateThread" is 
used. It is not recommended practice for win32-programming, AFAIK. 
Microsoft recommends to use call to "beginthread" and "beginthreadex" 
functions instead. They properly initialize CRT-data for each thread 
(and "CreateThread" don't do it)...



More information about the resiprocate-devel mailing list