You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "Michael Wookey (AU)" <mi...@citrix.com.au> on 2003/05/06 07:28:16 UTC

Win32 locks - InitializeCriticalSectionAndSpinCount

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/initializecriticalsecti
onandspincount.asp
<http://msdn.microsoft.com/library/en-us/dllproc/base/initializecriticalsect
ionandspincount.asp> 

 

cheers