If true, Berkeley DB will yield the processor immediately after each page or mutex acquisition.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public bool YieldCPU { get; set; }
Visual Basic (Declaration)
Public Property YieldCPU As Boolean
Visual C++
public:
property bool YieldCPU {
	bool get ();
	void set (bool value);
}

Remarks

This functionality should never be used for purposes other than stress testing.

See Also