Db4o Concurrent Access

Read Time < 1 minute Db4o has access limitations, which means you cannot use the ObjectContainer to query/store objects in different process than the one it was opened in. For example if you open db ObjectContainer db= Db4oEmbedded.openFile(Db4oEmbedded.newConfiguration(),DB_PATH); You cannot use this ObjectContainer, db for database operations in other processes. If you try to open db again in some other …

Db4o Concurrent Access Read More »