Design question with message sending
-
Hello, I have the following to do: 1) Windows Service which should provide some data to other applications... 2) application which handles this messages. It is not so important that all messages comes to the applications...For that I thought about the possibility to use an udp socket. What do you think about that? Is there a better possibility to send this messages in dotnet? Best regards Hansjörg
-
Hello, I have the following to do: 1) Windows Service which should provide some data to other applications... 2) application which handles this messages. It is not so important that all messages comes to the applications...For that I thought about the possibility to use an udp socket. What do you think about that? Is there a better possibility to send this messages in dotnet? Best regards Hansjörg
Hi! Your service could publish a remoting server. That way it's really easy for the application to communicate with the service.
Regards, mav -- Black holes are the places where God divided by 0...
-
Hi! Your service could publish a remoting server. That way it's really easy for the application to communicate with the service.
Regards, mav -- Black holes are the places where God divided by 0...
-
Sure! Here you go[^] :)
Regards, mav -- Black holes are the places where God divided by 0...