How to communicate variables/memory between workers? #726
Unanswered
cayolblake
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Don't try to communicate between processes. It is very performance consuming. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @walkor
I'm implementing a
workerman-memcached
project, yet, want to know if its possible to communicate data across workerman workers.Beta Was this translation helpful? Give feedback.
All reactions