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

Is it working on clustered application? #6

Closed
Velissel opened this issue Apr 19, 2016 · 2 comments
Closed

Is it working on clustered application? #6

Velissel opened this issue Apr 19, 2016 · 2 comments
Labels

Comments

@Velissel
Copy link

As title, if a node application is clustered to maximise performance, will this module still work in this case or it is just for single process node application?

@71104
Copy link
Owner

71104 commented Apr 21, 2016

Unfortunately, no: the lock table is kept in the module and there is no IPC in place. rwlock is made for single instance applications but there are many other solutions for clustered applications, for example: http://redis.io/topics/distlock

@71104 71104 closed this as completed Apr 21, 2016
@71104 71104 added the question label Apr 21, 2016
@brandonros
Copy link

What would it take to get this to support distributed locks with redis?

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

No branches or pull requests

3 participants