In-process communication instead of over the network? #185
Replies: 3 comments 2 replies
-
Didnt get your question, could you please clarify it? what do you mean "in-process"? |
Beta Was this translation helpful? Give feedback.
-
"An actor-based Framework with network transparency for creating event-driven architecture in Golang." I understand the main use case to be building distributed (actors running on different hardware or VM nodes) applications, and my question is about using this to build an actor-based application running on one machine. |
Beta Was this translation helpful? Give feedback.
-
Ok, being even more specific: Will that work for in-process communication, or is it too heavy? One binary, running on one machine, using several threads. So, like an additional abstraction layer on top of Go channels. |
Beta Was this translation helpful? Give feedback.
-
Could this also be used as a model for in-process communication between actors? So, a bit like the reactive concept?
Beta Was this translation helpful? Give feedback.
All reactions