ObjectDB ObjectDB

best practice for configuration settings

#1

questions regarding the configuration entry:

...
<processing cache="64mb" max-threads="10" synchronized="false" />

...

max-threads

we have 16 processor cores and around 400 clients communicating to our core process, each accessing objectdb. What is the best setting ?

synchronized

there is no documentation about this setting, what does it do/mean ?

edit
delete
#2

With 16 processor cores the optimum could be around max-threads="16", but there are no strict rules and tuning for a specific application requires testing and comparing different settings under the real conditions.

If synchronized is true requests to the database are synchronized so even 16 threads will act in many ways as a single thread.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.