Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow locks to be stored outside of filesystem #4

Open
gggeek opened this issue Dec 21, 2017 · 1 comment
Open

Allow locks to be stored outside of filesystem #4

gggeek opened this issue Dec 21, 2017 · 1 comment

Comments

@gggeek
Copy link
Contributor

gggeek commented Dec 21, 2017

In the scenario where one executes commands on multiple, separate servers, locking via filesystem can be not effective.

To allow locking commands across all servers, a shared-lock implementation is required.

Simfony provides this via the Lock component, which is available since version 3.4, so it makes a good candidate for replacing the LockHandler.

Moreover, LockHandler is deprecated and then removed in Sf 4

@bOnepain
Copy link
Contributor

bOnepain commented Jan 2, 2018

Yes indeed, I know this new component but haven't had time to use it in this bundle. I'll have a look at that as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants