开发者

What's the concept of *worker role* in Windows Azure cloud?

As I understood, it's long开发者_JAVA百科 running process in server. Can it cover long-running program instance like online game server?


You can think of a worker role as a Windows Service or a Unix Daemon. It is, as you say, a perpetually executing process (although it may be in a wait state for a large portion of the time, but that's for you to decide).

Essentially it can run any code you'd like to write.

It can react to outside stimuli e.g. by polling from the Azure Queue service, but can also open communication channels, query databases, etc.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜