G
Guest
Hey all....
I'm writing an app that needs to send/recieve data from other applications
running, I guess you could think of it as a data relay broker between running
applications. I had planned on creating a windows service to handle this,
but I found out that I cannot directly send/recieve data here, i can only
signal it. First off, am I wrong in this assumption? Secondly, I have also
noticed some people talking about creating a remoting application to handle
this task (which is controlled by the windows service I would assume). Does
anyone know of some examples here or some good references so I could brush up
on my remoting?? If I create a .NET remoting app which would act as the
broker, does the user need IIS installed?
Thanks in advance, Jason
I'm writing an app that needs to send/recieve data from other applications
running, I guess you could think of it as a data relay broker between running
applications. I had planned on creating a windows service to handle this,
but I found out that I cannot directly send/recieve data here, i can only
signal it. First off, am I wrong in this assumption? Secondly, I have also
noticed some people talking about creating a remoting application to handle
this task (which is controlled by the windows service I would assume). Does
anyone know of some examples here or some good references so I could brush up
on my remoting?? If I create a .NET remoting app which would act as the
broker, does the user need IIS installed?
Thanks in advance, Jason