Communicate between windows and linux box
-
Hi, I have two different services; those are running under windows box and Linux box. Both Windows and Linux services had been developed by .NET by the help of respective SDK’s. Both business service systems are running fine based on its scope. But now, I wanted to implement a communication channel or some mechanism, which will help these different services to share objects/data. Apart from that, I am not allowed to use web interfaces to facilitate the communication since both windows and Linux machines resides in same intranet. Is it possible to communicate between two distinct OS environment using .NET remoting? If so, what could be the fine tuned way to achieve the same? What are the other possible thoughts to implement the same apart from remoting and web service? Any thoughts / url/ sample application will be appreciated. Thanks in advance.
-
Hi, I have two different services; those are running under windows box and Linux box. Both Windows and Linux services had been developed by .NET by the help of respective SDK’s. Both business service systems are running fine based on its scope. But now, I wanted to implement a communication channel or some mechanism, which will help these different services to share objects/data. Apart from that, I am not allowed to use web interfaces to facilitate the communication since both windows and Linux machines resides in same intranet. Is it possible to communicate between two distinct OS environment using .NET remoting? If so, what could be the fine tuned way to achieve the same? What are the other possible thoughts to implement the same apart from remoting and web service? Any thoughts / url/ sample application will be appreciated. Thanks in advance.