Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
True story of re-architecting website for scale...
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Sergejus
November 11, 2013
Technology
71
1
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
True story of re-architecting website for scale on Windows Azure
Sergejus
November 11, 2013
More Decks by Sergejus
See All by Sergejus
Bringing Developers to the Next Level
sergejusb
0
230
Continuous Happiness by Continuous Delivery
sergejusb
2
3.9k
Windows Azure from practical point of view
sergejusb
1
84
Windows Azure Web Sites: new cloud hosting offering
sergejusb
2
77
Intro to Big Data using Hadoop
sergejusb
2
140
Optimizing ASP.NET application performance: tough but necessary
sergejusb
2
68
Release Often, Release Safely
sergejusb
1
61
Web Scale with NoSQL
sergejusb
1
88
NoSQL – What’s that.pdf
sergejusb
1
75
Other Decks in Technology
See All in Technology
AI ネイティブな組織に Gemini Enterprise Agent Platform がなぜ必要なのか
asei
1
190
トヨタ⽣産⽅式(TPS)⼊⾨
recruitengineers
PRO
2
650
Digitization部 紹介資料
sansan33
PRO
2
7.7k
今こそ聞きたいソフトウェア設計 ドメイン駆動設計再入門
masuda220
PRO
17
6.8k
【CEDEC2026】専門性の高いデフォルメチームが挑んだ人材育成戦略 〜Cygames Academiaの企画から実施まで〜
cygames
PRO
0
530
認知負荷をGemini で溶かす — GKE 基盤「Orbit」における AI エージェントの実践
sansantech
PRO
1
270
事業価値と Engineering 2026年度版
recruitengineers
PRO
44
22k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
53k
侵入は突然に 〜 IoTマルウェアと悪用される家庭の機器 ~ / When Intrusion Strikes: IoT Malware and the Abuse of Home Devices
nttcom
0
1.5k
[ChatGPT Work LT]事務作業が苦手な人のための バックオフィスの「半」自動化
chimaki_iot
0
250
FORENSIA: ローカルLLMフォレンジックハーネス
sumeshi
2
350
【CEDEC2026】ゲームシナリオライターを支援するAIツール開発の実践 ― 設計とプロンプトの工夫 ―
cygames
PRO
1
770
Featured
See All Featured
Fireside Chat
paigeccino
42
4k
How to Get Subject Matter Experts Bought In and Actively Contributing to SEO & PR Initiatives.
livdayseo
0
170
AI: The stuff that nobody shows you
jnunemaker
PRO
9
890
Amusing Abliteration
ianozsvald
1
240
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Pawsitive SEO: Lessons from My Dog (and Many Mistakes) on Thriving as a Consultant in the Age of AI
davidcarrasco
0
210
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
1
480
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
End of SEO as We Know It (SMX Advanced Version)
ipullrank
3
4.3k
Optimising Largest Contentful Paint
csswizardry
37
3.9k
Product Roadmaps are Hard
iamctodd
55
12k
Ethics towards AI in product and experience design
skipperchong
2
340
Transcript
True story of re-architecting website for scale on Windows Azure
1,3 billion+ web transactions / day 3 datacenters / 300+
servers
Lithuanian-based startup 20K+ unique visitors per month can go viral
any day soon
HOSTING WINDOWS AZURE website, blog static content database photos Linux
| Apache | MySQL | PHP Linux | Nginx | FTP
~260K page views / month ~9K page views / day
~1K page views / hour ~0,2 page views / second 20K+ but spikes up-to 50 page views / second
Cloud gives more flexibility and scalability options Windows Azure is
Microsoft’s Cloud Platform BizSpark gives Windows Azure for free for 1 year Let’s move!
VIRTUAL MACHINE
HOSTING WINDOWS AZURE website, blog static content database photos Linux
| Apache | MySQL | PHP Linux | Nginx | FTP
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP Linux | Nginx | FTP
Dedicated VM for storing content is suboptimal in the cloud
Manual management & scaling No backups SCALING ISSUE #1
BLOB STORAGE
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP Linux | Nginx | FTP
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP HTTP
Static content on the same VM as website and blog
Different scalability targets Photos are part of static content SCALING ISSUE #2
WINDOWS AZURE website, blog static content database photos Linux |
Apache | MySQL | PHP HTTP
WINDOWS AZURE website, blog database static content Linux | Apache
| MySQL | PHP HTTP
Database on the same VM as website and blog Very
different scalability targets and strategies SCALING ISSUE #3
WINDOWS AZURE website, blog database static content Linux | Apache
| MySQL | PHP HTTP
WINDOWS AZURE database static content Linux | MySQL HTTP website,
blog Linux | Apache | PHP
Blog on the same VM as website Different scalability targets
SCALING ISSUE #4
WEBSITES
WINDOWS AZURE database static content Linux | MySQL HTTP website,
blog Linux | Apache | PHP
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
FURTHER SCALING
Website gets more requests than can handle SCALING ISSUE #5
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
Database gets more queries than can handle SCALING ISSUE #6
WINDOWS AZURE database static content Linux | MySQL HTTP website
Linux | Apache | PHP blog IIS | PHP
WINDOWS AZURE read-only database static content HTTP website Linux |
Apache | PHP blog IIS | PHP write-only database Linux | MySQL Linux | MySQL
Read-only database gets more queries than can handle SCALING ISSUE
#7
WINDOWS AZURE read-only database static content HTTP website Linux |
Apache | PHP blog IIS | PHP write-only database Linux | MySQL Linux | MySQL
WINDOWS AZURE read-only database static content HTTP website Linux |
Apache | PHP blog IIS | PHP write-only database Linux | MySQL Linux | MySQL
Write-only database gets more queries than can handle SCALING ISSUE
#8
This is a nice issue to have Split write-only database
into shards with multiple read-only slaves for each shard accessed via layer of distributed cache
DEMO
WINDOWS AZURE database static content SQL Database HTTP blog IIS
| PHP
WINDOWS AZURE SERVICES
Windows Azure Virtual Machine for VMs Windows Azure Blob Storage
for static content Windows Azure Website for hosting web site WINDOWS AZURE
Windows Azure Service Bus for messaging Windows Azure Cache Service
for distributed caching Windows Azure Notification Hubs for push notification Windows Azure HDInsight for big data WINDOWS AZURE
WINDOWS AZURE DATA SERVICES SQL Database Storage HDInsight Cache Backup
Recovery Manager APP SERVICES Media Services Service Bus Notification Hubs BizTalk Services Active Directory Multi-Factor Auth NETWORK SERVICES Virtual Network Traffic Manager COMPUTE Virtual Machines Web Sites Mobile Services Cloud Services Pricing calculator: http://www.windowsazure.com/en-us/pricing/calculator/?scenario=full
None
None
None