A
aherzallah
Hi every one, I am about to write two applications in .NET using C#, my
challenge is how do I make them communicate (both being running in the same
PC)
this is what I was trying
1- using sockets, it appears to be too much for two application running in
the same pc
2- using remoting, again it actually uses sockets under the hood and it is
best when these applications are on the network not at the same pc
3- using interprocess communications (shared memory, pipes, Mailslots), This
also appeared to be something in the past
3- use COM objects, BUT maybe this is not the right approach (not a .NET
way)
please help .... I appreciate your effort and thanks in advance.
challenge is how do I make them communicate (both being running in the same
PC)
this is what I was trying
1- using sockets, it appears to be too much for two application running in
the same pc
2- using remoting, again it actually uses sockets under the hood and it is
best when these applications are on the network not at the same pc
3- using interprocess communications (shared memory, pipes, Mailslots), This
also appeared to be something in the past
3- use COM objects, BUT maybe this is not the right approach (not a .NET
way)
please help .... I appreciate your effort and thanks in advance.