Windows Azure May CTP: Service Bus – Take 2
So having spent a little time with the CTP release, it looks to me like the Service Bus will not deliver what I require from a Silverlight perspective based on looking at the SilverlightChatSample code:
- Message send are via a POST which incurs a time penalty compared to a message sent into a queue when using my-Channels Nirvana Cloud
- Likewise the async receive is essentially a poll
Azure Service Bus vs my-Channels Nirvana Cloud = my-Channels Nirvana Cloud wins
Advertisement
