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

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.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