UseMPool Field

BerkeleyDB

If true, initialize the shared memory buffer pool subsystem.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public bool UseMPool
Visual Basic (Declaration)
Public UseMPool As Boolean
Visual C++
public:
bool UseMPool

Remarks

This subsystem should be used whenever an application is using any Berkeley DB access method.

See Also