简体   繁体   中英

How to exchange data between a windows 2008 server and a linux server

I have a Windows 2008 server on which I run a web application. The application receives user inputs {x,y,z} every few seconds, and I perform certain operations on them to achieve results {a,b,c}. Once this is done, I store a,b,c in SQL server 2008 on the windows server.

I have now setup another web application on a Linux server, on which I need to display these results {a,b,c}, in realtime (or almost), as they are produced in my windows server.

For each record, or set of records that I receive on the Linux VPS, I'll need to return an acknowledgement which gets reflected/ stored in the SQL Server in the Windows server.

What are the options to achieve this?

I'm thinking a C# SOAP client in the windows VPS with a tornado/python SOAP server in the Linux VPS over https?

我会考虑使用SignalRRedis

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM