Winning prizes is fun but for those of you Web developers out there, you might be curious be about what makes this site tick. This site is built with PHP and takes advantage of Windows Azure scalability. It means that when spikes of traffic happen, it automatically scales out by extending the number of “instances”. Check out the following resources to learn how we designed this site and get started developing your own site:
The “Deal of the Day” PHP Sample is comprised of several pieces which fit together to create the overall experience (See diagram above).
You can take a look at the status page to get a few stats about the application.
Each of these parts is essential to the performance and scalability of the “Deal of the Day” and to learn more, check out the Introduction to the “Deal of the Day” – A PHP scaling sample application