Two questions about Linking to database and number of concurrent users

Hello all, I have two questions about two different topics: 1- Is there anything wrong with connecting two different instances of OpenMRS with the same database? 2- What is the maximum number of concurrent users who can enter data into OpenMRS? Has this ever been tested?

As always, I appreciate your help Regards Yaser

I don’t think this been tested, so it’s hard to say. I’d imagine there could be some concurrency issues. Can you explain why you would want to do this?

two different openmrs designs but same clinic same database… :slight_smile:

I’m not sure what you mean by “openmrs designs”, but assuming the core and module versions were same in each instance, then I think it should mostly work. I’m just not sure what would happen if you were trying to do something like edit the same patient at the same time in both instances.

If you were trying to run different versions of core or modules on the same database, I guess you’d run into issues.