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 D
I need to install Desktop Experience in Azure开发者_Python百科 Worker Role. Installing DE via the command line can be done with:
I am trying to host an external facing WCF service on Azure within a worker role. I have a solution working very nice locally, but when I try to publish it to Azure it goes into an initializing/busy
I want to do multiple operations in a single worker role. How to create threads in work开发者_开发问答er role?You could add multiple workers in the WorkerRole::OnStart() as described here http://www.3
I have been trying to follow this example (download the source code from a link on the site or here, but I keep running into an error that seems embedded in the example.
I have a relatively low bandwidth Azure Web Role application and also several processes that run under a Worker Role. My worker role also spends most of its time idle as well.
We have a Windows Azure Application (Lokad.CQRS architecture) that integrates with multiple 3rd party systems. One of these integrations takes place on mySQL. Everything was going good, but lately we\
I have an Azure Worker Role set up to get information from a few external web services, parse it into several different entity types, and store these entities in an Azure Table Storage. Crucially, mos
I\'m working on a MVC webapp using Azure with ASP.Net MVC 2 C#. I have a worker role from where I interact with a queue reading messages with images. I initialize the queue in my WebRole, and 开发者_J
I\'m looking into doing some development for the Azure 开发者_JAVA技巧platform. I don\'t need the full Relational stuff that you get from SQL Azure and I would be quite interested to use Table Storage