Skip to main content

Posts

Showing posts with the label azure

Windows Azure AppFabric Service Bus Queues API

  Recently Microsoft released a new App Fabric SDK 2.0 CTP including some great new features, You can grab all the bits and pieces from here and/or read the release notes . Some of the highlights include:  Publish/Subscribe which are called Topics Message Queues Visual Studio Tools AppFabric Application Manager Support for running WCF & WF The part that interested me the most is the Queues feature and that is what I’m going to be exploring in this post. Overview of Queues Message Queues are not a new concept allow for more reliable and scalable communication between distributed systems than pure request/response. Solutions like MSMQ, NServiceBus already exist to solve this problem for locally connected systems.  What the Queues API provides is that it provides similar features but the messages are being transported across the internet and persisted in the cloud.   There is currently a Message Buffer available in Azure b...

Windows Azure pricing announced, Cloud Computing pricing and feature comparison

Well the wait is over Microsoft have finally announced the Pricing for Windows Azure , thanks Darko for letting me know. Full post here . All in all there are no surprises and the pricing is pretty much on a par with other Cloud Computing providers. Let’s do a quick pricing comparison.   Windows Azure Amazon EC2 GoGrid RackspaceCloud Cloud Sites From $100 / month Compute Cycles $0.12 $0.125 $0.19 inc 10,000 / month $0.01 Inbound Bandwidth $0.10 $0.10 FREE inc 500 GB / month $0.25 / GB Outbound Bandwidth $0.10 $0.17 $0.50 inc 500 GB / month $0.25 / GB Storage / GB $0.15 $0.10 $0.15 inc 50 GB / month $0.50 / GB CDN N/A $0.17 / GB N/A ...