Replies: 1 comment
-
I was thinking about the same. In terms of protocol it could be either "named pipes" (even MS SQL uses that) or reading/writing data to a buffer created as "shared memory". Maybe there are also other approaches. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
I want to develop application using akka.net & have comunication between processes in machine , but Akka Remote only support with TCP/gRPC with a port socket each process. So I need use many port socket in my machine. You can help provide solution to communcation remote actor in machine (e.g : NamePipe,...)
Beta Was this translation helpful? Give feedback.
All reactions