If true and if locking is configured, acquire write locks instead of
read locks when doing a read.
Namespace:
BerkeleyDBAssembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
Remarks
Setting ReadModifyWrite can eliminate deadlock during a
read-modify-write cycle by acquiring the write lock during the read
part of the cycle so that another thread of control acquiring a read
lock for the same item, in its own read-modify-write cycle, does not
result in deadlock.