configures the client messaging system to be single threaded or multithreaded.
[Visual Basic] Sub singleThreadedClient( _ ByVal flag As Boolean _ ) [C#] void singleThreadedClient( bool flag ); [C++] void singleThreadedClient( bool flag ); [JScript] function singleThreadedClient( bool flag );
configures the client messaging system to be single threaded or multithreaded.
Recommended settings:
-
truefor low ressource systems.
falsefor best asynchronous performance and fast GUI response.
true
false
Configuration Interface | com.db4o.config Namespace