which IPC protocol to choose?
Hi friends,
I want to make a service and my application communicate with each other. Both the service and the application is written by me in C#.
So which IPC protocol should I use or in other words which IPC is best suited to my cause.What I need is my application and my service exchange data whenever the need comes.
ps:can i make a com object for my service.
ps:service means the usual windows service created by me to suit my cause.
Thanks in advance...
|