开发者

porting windows service to windows azure

I have a windows service application which executes jobs, is it possible to port the app to Windows开发者_JAVA技巧 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. 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜