classes

web-dev

Class method locking mechanisms in multi-server setup | How to manage multiple app replicas (instances)

We’ll learn how to use synchronisation mechanisms such as mutex and lock in order to execute desired class method only once in multi-server setup.

Read