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

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