opens a client against this server.
[Visual Basic] Function openClient() As ObjectContainer [C#] ObjectContainer openClient(); [C++] ObjectContainer* openClient(); [JScript] function openClient(): ObjectContainer;
opens a client against this server.
A client opened with this method operates within the same VM as the server. Since an embedded client can use direct communication, without an in-between socket connection, performance will be better than a client opened with com.db4o.Db4o.openClient
Every client has it's own transaction and uses it's own cache for it's own version of all peristent objects.
ObjectServer Interface | com.db4o Namespace