Concurrency Control

Concurrency control is a vital feature for any database. While most popular relational databases give you a choice of isolation levels and locking types, db4o goes with a default read-committed overly optimistic locking strategy. For more information see Concurrency Control And Locking and Isolation Level For Db4o. Locks In Db4o explains how applications can implement customary locks in db4o.