As I thought, it has been running in the server for a long time. Can it cover long-running programs like online game server?
You can think of a worker role as a Windows service or Unix daemon, as you say , This is an ongoing execution process (though it may be in a waiting position for a large part of time, but this is for you).
Basically, I would like to write any code that can run.
It can react to external stimuli eg by voting with the Azure Queue service, but can also open communication channels, query databases, etc.
Comments
Post a Comment