Max client connections?

I have setup openfire and the plan is to have spark clients running on max 80 local machines. Therefor i have chosen the embedded database HSQL, but how many clients can actually run on this database without major issues? Does the the "maximum connections (25) under database properties mean that i can only have max 25 clients online on the embedded database?

Is there any way to chance that and will that be a bad idea?

Regards MIchael

Hello,

The maximum database connections has nothing to do with the maximum number of clients. Granted, if you get thousands of clients, your database may get worked hard, but you should not run out of connections (lots of small and fast queries, hopefully).

daryl

just what i thought, i just wanted to be sureā€¦

thanks for the fast answer :slight_smile: