Summary
configures the client messaging system to be single threaded
or multithreaded.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
Syntax
void SingleThreadedClient(bool flag)
Remarks
configures the client messaging system to be single threaded
or multithreaded.
Recommended settings:
- true for low resource systems.
- false for best asynchronous performance and fast GUI response.
Default value:
- .NET Compactframework: true
- all other platforms: false
This setting can be used on both client and server.
Recommended settings:
- true for low resource systems.
- false for best asynchronous performance and fast GUI response.
Default value:
- .NET Compactframework: true
- all other platforms: false
This setting can be used on both client and server.
Parameters
Name | Type | Description |
---|---|---|
flag | bool | the desired setting |
Return Value
Type | Description |
---|---|
void |