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
70
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
220
Continuous Happiness by Continuous Delivery
sergejusb
2
3.9k
Windows Azure from practical point of view
sergejusb
1
77
Windows Azure Web Sites: new cloud hosting offering
sergejusb
2
75
Intro to Big Data using Hadoop
sergejusb
2
140
Optimizing ASP.NET application performance: tough but necessary
sergejusb
2
66
Release Often, Release Safely
sergejusb
1
56
Web Scale with NoSQL
sergejusb
1
87
NoSQL – What’s that.pdf
sergejusb
1
74
Other Decks in Technology
See All in Technology
SONiCで構築・運用する生成AI向けパブリッククラウドネットワーク ~実装編~
sonic
0
320
Flow 不死:AI 時代 DevOps 的不變本質
cheng_wei_chen
2
450
自宅LLMの話
jacopen
1
700
コミュニティの有益性 ~JAWS Days 2026 での体験を通して~ / The Benefits of a Community ~Through My Experience at JAWS Days 2026~
seike460
PRO
0
250
AIチャット検索改善の3週間
kworkdev
PRO
2
160
起点・思考・出力で分解する 〜PM業務の自動化設計〜
kazu_kichi_67
0
220
現場のトークンマネジメント
dak2
1
160
Comment regagner la souveraineté de vos données tout en étant payé grâce à Nostr !
rlifchitz
0
140
感情と身体を置き去りにしない、エンジニアの生きのこり方 ──いまから、ここから「自分の状態」を扱うという選択
saorimurooka
0
190
フィジカル版Github Onshapeの紹介
shiba_8ro
0
310
FPGAの開発コンペでZephyrを使ってみた
iotengineer22
0
170
SONiCのLinuxベースを活かしたZabbix監視
sonic
0
260
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.2k
How to Align SEO within the Product Triangle To Get Buy-In & Support - #RIMC
aleyda
2
1.5k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.3k
The Organizational Zoo: Understanding Human Behavior Agility Through Metaphoric Constructive Conversations (based on the works of Arthur Shelley, Ph.D)
kimpetersen
PRO
0
360
KATA
mclloyd
PRO
35
15k
Deep Space Network (abreviated)
tonyrice
0
210
Become a Pro
speakerdeck
PRO
31
6k
The Pragmatic Product Professional
lauravandoore
37
7.3k
Art, The Web, and Tiny UX
lynnandtonic
304
22k
Six Lessons from altMBA
skipperchong
29
4.3k
brightonSEO & MeasureFest 2025 - Christian Goodrich - Winning strategies for Black Friday CRO & PPC
cargoodrich
3
740
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
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