|
Hi,
Has anyone considered using InitializeCriticalSectionAndSpinCount() instead of just InitializeCriticalSection() for the Win32 locks? The benefits would show up on MP systems.
http://msdn.microsoft.com/library/en-us/dllproc/base/initializecriticalsectionandspincount.asp
cheers
|
