.NET interprocess communication

J

Jeroen

Question,

We are in the process of creating a windows service in C#. Another GUI
application, also written in C# has to communicate from another machine to
this service. What is the best technique to use for interprocess
communications in this situation?

Thanks in advance,
Jeroen
 
M

Miha Markic

Hi Jeroen,

There are only two managed ways: either Remoting or Sockets.
I would use Remoting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top