Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
import com.sleepycat.db.*; static int DbEnv.set_tas_spins(u_int32_t tas_spins); throws DbException;
Specify that test-and-set mutexes should spin tas_spins times without blocking. The value defaults to 1 on uniprocessor systems, and to 50 times the number of processors on multiprocessor systems.