db4o

IClientServerConfiguration.SingleThreadedClient Method 

configures the client messaging system to be single threaded or multithreaded.

void SingleThreadedClient(
   bool flag
);

Parameters

flag
the desired setting

Remarks

configures the client messaging system to be single threaded or multithreaded.

Recommended settings:
-

true
for low ressource systems.
-
false
for best asynchronous performance and fast GUI response.

Default value:
- .NET Compactframework:
true

- all other plaforms:
false


See Also

IClientServerConfiguration Interface | Db4objects.Db4o.Config Namespace