[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
opens a client against this server.
Namespace: Db4objects.Db4o
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Function OpenClient As IObjectContainer |
C# |
---|
IObjectContainer OpenClient () |
Visual C++ |
---|
IObjectContainer^ OpenClient () |
Remarks
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 Db4objects.Db4o.Db4oFactory.OpenClient
Every client has it's own transaction and uses it's own cache for it's own version of all peristent objects.
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 Db4objects.Db4o.Db4oFactory.OpenClient
Every client has it's own transaction and uses it's own cache for it's own version of all peristent objects.