naught icon indicating copy to clipboard operation
naught copied to clipboard

How can i communicate between workers?

Open shumkov opened this issue 11 years ago • 3 comments

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.

shumkov avatar Feb 18 '14 15:02 shumkov

what's the use case for communicating between workers?

andrewrk avatar Feb 18 '14 17:02 andrewrk

I need now:

  • shared data (https://github.com/fent/clusterhub for example)
  • locks

shumkov avatar Feb 25 '14 08:02 shumkov

+1, sharing data between workers via events would be ideal, otherwise would have to expose an internal socket or something to handle the store.

gingur avatar Jun 05 '14 22:06 gingur