Provide cluster singleton
We need a way to build the service which is singleton in cluster with state persistence.
1
vote
1 comment
-
spenceee
commented
Why would you want a service, running on multiple machines, that's locked to accept only once connection on any cluster node? If you don't want it to run in parallel, don't run it in parallel...