client server set up and load

#1

Hello All,

Can objectdb handle client - server connections from over 200 users? Can it be efficiently used in client-server mode? Code examples where possible will be appreciated.

Thank you.

Regards

#2

ObjectDB can handle concurrently 200 users (or more). The maximum load is less affected by number of users and more by the actual activity, how indexes are set, etc.

ObjectDB Support

Reply