For the last months Per and I have been incredibly busy creating content for Microsoft’s Windows Azure Architect training program. It’s a Microsoft program, but we have the main responsibility for development and administration of the program.
Some time ago Per and I had an interesting experience. We were benchmarking a hybrid application, changing its bandwidth resources and modifying its architectural design between test runs. It was a hybrid application, because part of it was running on-premises and part of it in the cloud.
The purpose of the application was to create and populate a number of example Windows Azure Tables for the program, deployed in Microsoft’s Northern Europe Data Center. It generated a number of person, organization, employment, product, lead and lead subject entities, saving them in different tables in Windows Azure Storage.
Fine-Grained (Typical) Architectural Design – Slow Connection
The first test run was designed the way I ...