[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)
configures the client messaging system to be single threaded
or multithreaded.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub SingleThreadedClient ( _ flag As Boolean _ ) |
C# |
---|
void SingleThreadedClient ( bool flag ) |
Visual C++ |
---|
void SingleThreadedClient ( bool flag ) |
Parameters
- flag
- System.Boolean
the desired setting
Remarks
configures the client messaging system to be single threaded
or multithreaded.
Recommended settings:
-
for low ressource systems.
-
for best asynchronous performance and fast
GUI response.
Default value:
- .NET Compactframework:
- all other plaforms:
Recommended settings:
-
![]() | |
---|---|
true |
-
![]() | |
---|---|
false |
Default value:
- .NET Compactframework:
![]() | |
---|---|
true |
- all other plaforms:
![]() | |
---|---|
false |