Summary
configures the client messaging system to be single threaded
or multithreaded.
- Assembly
- Db4objects
.Db4o .CS-2010 .dll - Namespace
- Db4objects
.Db4o .CS .Config - Containing Type
- I
Networking Configuration
Syntax
bool SingleThreadedClient { set; }
Remarks
configures the client messaging system to be single threaded
or multithreaded.
Recommended settings:
-
-
Default value:
- .NET Compact Framework:
- all other platforms:
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 Compact Framework:
true- all other platforms:
falseThis setting can be used on both client and server.
Value
| Type | Description |
|---|---|
| bool | the desired setting |