简体   繁体   English

将Windows服务移植到Windows Azure

[英]porting windows service to windows azure

I have a windows service application which executes jobs, is it possible to port the app to Windows azure? 我有一个执行作业的Windows服务应用程序,是否可以将该应用程序移植到Windows Azure?

Like the app will run continuously and collects data from third party devices. 就像该应用程序将连续运行并从第三方设备收集数据一样。

Windows Azure offers the notion of worker role which is precisely suited for scheduled and/or intensive background tasks. Windows Azure提供了工作者角色的概念,该角色非常适合计划的和/或密集的后台任务。 Porting a classical Windows Service (that does not touch/interact with the OS) toward Azure is straightforward if the service is implemented in .NET, a bit less for other platforms. 如果该服务是在.NET中实现的,则将传统的Windows服务(不与操作系统接触/交互)移植到Azure上很简单,而对于其他平台则要少一些。

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

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