Change from gRPC to Named Pipes #375
Replies: 4 comments 3 replies
-
What is the USE CASE for InterProcess communications, why would I want to communicate between logexpert processes, is this really necessary? |
Beta Was this translation helpful? Give feedback.
-
Same question I was asking my self from the begining. Since you are the project lead and owner I though you knew. :) LogExpert/src/LogexpertgRPCService/Protos/Logexpert.proto Lines 10 to 20 in 8fba5b8 |
Beta Was this translation helpful? Give feedback.
-
yeah I implemented that, because that was in the old code, but I could never find a real use case where to use that. |
Beta Was this translation helpful? Give feedback.
-
Maybe let's open it for discussion so people can say what they need from a multiple window/instance of LogExpert. The only one I can think of is to move tabs between windows. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Today there is a need to install asp.net core in addition to .net core because of gRPC.
Also, inorder to communicate in a faster and better way between proccesses(IPC) of LogExpert we will change the communication from gPRC to Named Pipes.
gPRC will be used probably in a differnt part of the code(e.g. source of log) but not for the IPC purpose.
The reason choosing this was .net core support and cross platform.
Beta Was this translation helpful? Give feedback.
All reactions