Reasonable values for CRITICAL_SECTION spin-count



Has anyone some information on reasonable values for the spin-count
parameter for CRITICAL_SECTIONs? I'm assuming that the CRITICAL_SECTION
is held only for a small number of instructions, i.e. below 100 and that
none of these instruction imposes a large stall to the processing while
the CRITICAL_SECTION is held.
.