More details about the modulat ITPAC-based design used at the Microsoft Datacenters, where Bing and Windows Azure servers are hosted.
Similar Posts
Windows Azure Insider The Digital Government Issue – Choose a Cloud Network Government-Compliant Applications
MSDN Magazine recently released a special issue about the tools, technologies and services that the government is using to digitally interact with citizens. Bruno and I contributed with an article that talks about the current state of cloud adoption for government institutions, explaining the different hybrid models for deployment (PaaS + IaaS) and services (public…
The uniqueidentifier type, clustered indexes, and SQL Azure
Great blog entry from the SQL Azure team on using the uniqueidentifier type (GUIDs) in SQL Azure databases, including pros / cons, and workarounds. Click here to open link…
Mark your calendars! Windows Azure OSS Summit in Paris, France; December 4th, 2012
One of the biggest myths about Windows Azure is that it was created with only .NET developers in mind. The reality is that my team has helped multiple companies around the world implement cloud solutions using a variety of programming languages, including Java, PHP, Node.js and Python, among others. Also, it’s not difficult to find…
Sticky HTTP Session routing in Windows Azure
I've been getting a lot of questions regarding Load Balancing in Windows Azure during the last few days, specifically on how to achieve Sticky HTTP sessions when required. Ryan Dunn posted a great article on how to achieve this via a socket listener… Click here to open link…
Beginning Azure Diagnostics Andy Cross at BareWeb
Click here to open link…
Windows Azure AppFabric Caching transactions and update modes
While talking to a startup company today, they asked me about the Windows Azure AppFabric Caching service, trying to replace a Redis self-managed deployment. The conversation steered specifically towards atomic transactions and update modes. I found a really good white paper from Scott Seely that talks about the two update patterns supported: optimistic and pessimistic….