K
ksukat63
Guest
Greetings,
I have developed a custom windows service in C# and a desktop winforms application in c#.
The desktop communication application sends commands to the windows service using sockets. Unfortunately, some users don't have networking or their networking is very unreliable. Since both processes run on the same PC (windows 10), I am going to replace the Socket based code which requires networking, with another approach which does not require networking.
Would appreciate recommendations on unnamed pipes, named pipes, messages or shared memory for the approach to implement.
Thanks in advance.
Continue reading...
I have developed a custom windows service in C# and a desktop winforms application in c#.
The desktop communication application sends commands to the windows service using sockets. Unfortunately, some users don't have networking or their networking is very unreliable. Since both processes run on the same PC (windows 10), I am going to replace the Socket based code which requires networking, with another approach which does not require networking.
Would appreciate recommendations on unnamed pipes, named pipes, messages or shared memory for the approach to implement.
Thanks in advance.
Continue reading...