Click here to Skip to main content
15,895,782 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
HI ,

I am trying to design IPC communication between winform process to multiple WPF process running on same machine.For this approach I would like to use Namedpipe communication and even i am able to do communication server pipe transmit message and connected client able to receive message.

My Problem: Client process(WPF application) will be started running continuously in machine, the server process(Winform application)will run at one hour interval basis.Here the problem is client process wont be connected with server process since the client process started before the server process initiate. Here I am struggling how to design centralized server to communicate message to client process.


Kindly provide me best approach to design centralised process to keep communicate all client in one hour interval basis.
Posted
Comments
CHill60 14-Aug-15 8:20am    
I would start with the MS Documentation[^]
When it comes to Pipes, either of your apps can act as both client and server

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900