简体   繁体   English

如何在Windows 2008服务器和Linux服务器之间交换数据

[英]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. 我有一台运行Web应用程序的Windows 2008服务器。 The application receives user inputs {x,y,z} every few seconds, and I perform certain operations on them to achieve results {a,b,c}. 该应用程序每隔几秒钟就会收到用户输入{x,y,z},并且我会对它们执行某些操作以达到结果{a,b,c}。 Once this is done, I store a,b,c in SQL server 2008 on the windows server. 完成此操作后,我将a,b,c存储在Windows服务器上的SQL Server 2008中。

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. 现在,我在Linux服务器上设置了另一个Web应用程序,我需要在其上实时(或几乎)显示这些结果{a,b,c},因为它们是在Windows服务器中生成的。

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. 对于我在Linux VPS上收到的每条记录或一组记录,我需要返回一个确认,该确认已反映/存储在Windows服务器的SQL 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? 我正在考虑Windows VPS中的C#SOAP客户端和Linux VPS中通过https的龙卷风/ python SOAP服务器?

我会考虑使用SignalRRedis

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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