dongqu3623 2015-05-19 13:16
浏览 59

PHP上的Azure云服务Web角色+工作者示例

I need an example of web role and worker written on PHP which demonstrates communication between role and worker on Microsoft Azure Cloud Service. The demonstration of putting message to queue, processing it with worker and sending response back to web role. I found example on C# only. Thanks.

  • 写回答

1条回答 默认 最新

  • dqwr32867 2015-05-19 15:04
    关注

    http://azure.microsoft.com/uk-ua/documentation/articles/storage-php-how-to-use-queues/

    Actually, is not possible to send response back to the web role which added a message to queue from worker. Thanks everyone for help, the question is solved.

    评论

报告相同问题?