Object Locking and Load Balancing

0
Does the object locking module from the App Store work accross multiple Mendix Business Servers that share the same database in a load balanced environment? I'm looking for a way to run scheduled events from several servers and make sure they do not run concurrently.
asked
1 answers
0

The new locking module holds a list of locks in Memory. Thus only working for one server. For a load balanced environment you need a single gatekeeper.

I would make a single gatekeeper webservice that allows access to a microflow.

answered