Page 1 of 1

More info about MMS?

Posted: Thu Aug 16, 2018 1:52 am
by MMuser2011
Could you please provide some more technical details?

What kind of DB do you use for this Server?
How many connections can be handled at the same time?
Can multiple user modify the same music metadata at the same time in the same DB?

Re: More info about MMS?

Posted: Mon Aug 20, 2018 8:53 am
by jiri
MMS uses SQLite. There isn't any limit on # of connections, only what your HW allows. And yes, the DB is supposed to by modified concurrently by multiple connections.

Jiri