[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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:
-
 Copy imageCopy Code
true
for low ressource systems.
-
 Copy imageCopy Code
false
for best asynchronous performance and fast GUI response.

Default value:
- .NET Compactframework:
 Copy imageCopy Code
true

- all other plaforms:
 Copy imageCopy Code
false