naught
naught copied to clipboard
How can i communicate between workers?
I try to use some libs (https://github.com/fent/clusterhub for example) for IPC communication between workers, but this libs doesn't works, because hasn't access to master process.
what's the use case for communicating between workers?
I need now:
- shared data (https://github.com/fent/clusterhub for example)
- locks
+1, sharing data between workers via events would be ideal, otherwise would have to expose an internal socket or something to handle the store.