TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Internet Explorer
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Lync
See all products »
Resources
Curah! curation service
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Subscriptions
TechNet Video
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Microsoft Update
Trials
Windows Server 2012 R2
System Center 2012 R2
Microsoft SQL Server 2012 SP1
Windows 8.1 Enterprise
See all trials »
Related Sites
Microsoft Download Center
TechNet Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
e-Learning overview
Certifications
Certification overview
MCSA: Windows 8
Windows Server Certification (MCSE)
Private Cloud Certification (MCSE)
SQL Server Certification (MCSE)
Other resources
TechNet Events
Second shot for certification
Born To Learn blog
Find technical communities in your area
Support options
For small and midsize businesses
For enterprises
For developers
For IT professionals
From partners
For technical support
Support offerings
For home users
More support
Microsoft Premier Online
Microsoft Fix It Center
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
International support solutions
Log a support ticket
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Nevin Dong's Blog
Tags
Active Directory
AD
Alwayson
analytics
Android
Architecture
AutoScale
Azure
bandwidth
Big Compute
Big Data
Billing
BitLocker
Blob
cloud service
connected
Data Disk
Design Pattern
diagnostics
DIP
Dynamics
EF
Endpoints
Event Hub
github
Hadoop
HDInsight
High Availability
Hybrid Cloud
IaaS
Instance
IOPS
iOS
Java
JavaScript
LINUX
Live to code
Local Group Policy Editor
Log
Mahout
Management Portal
Management Service
MapReduce
Media Services
Metric
Microsoft Azure
Migration Assistant
Mobile Services
Mooncake
Multi-tenancy
Notification Hub
Notification Service
Open Source
Oracle
OSS
P&P
Patterns & Practices
Performance
PNS
Powershell
Private Cloud
Public Cloud
Queue
RAID
Reference Architecture
REST API
scalability
SDK
Service Bus
Service Heath Dashboard
Site to Site
SQL Database
SQL Server
SSD
Storage
Store App
Subscription
table
Throttling
Upgrade
VIP
Virtual Machines
Virtual Network
Virtualization
Visual Studio
VM
VM Depot
WAMS
WATK
Web Sites
WebLogic
Windows 8
Windows 8.1
Windows Azure
Windows Azure Connect
Windows Azure Mobile Service
Windows Azure Web Sites
Windows Phone 8
Windows Store App
WNS
Browse by Tags
TechNet Blogs
»
Nevin Dong's Blog
»
All Tags
»
scalability
Related Posts
Blog Post:
Windows Azure设计模式(Design Patterns)及使用
Nevin (Naiwen) Dong
2 月初,微软 patterns & practices ( P&P )组发布了面向 Windows Azure 的设计模式( Design Patterns ),提供了丰富的设计模式、指导和样例代码等资源。 具体请见: http://msdn.microsoft.com/en-us/library/dn568099.aspx 目前,网站中提供了 24 个设计模式,即: Cache-Aside Pattern Circuit Breaker Pattern Compensating Transaction Pattern...
on
24 Feb 2014
Blog Post:
通知中心(Notification Hub)伸缩性(Scalability)、使用情况(Usage)监控及相关定价(Pricing)的考虑
Nevin (Naiwen) Dong
微软 Windows Azure 云服务中,通知中心( Notification Hub )提供了能够支撑超百万级设备互联的利器。具体见下面的文章: http://blogs.technet.com/b/nevin_dongs_blog/archive/2013/11/16/windows-azure-notification-hub.aspx 需要注意的是,目前在管理门户( Management Portal )中的 ” 设置( Setting ) “ 的 ” 使用情况( Usage ) “ 中,目前列出的是内核数、云服务数量...
on
20 Jan 2014
Blog Post:
支撑超百万级设备互联的Windows Azure 通知中心(Notification Hub)
Nevin (Naiwen) Dong
“双11”的网上购物狂欢在本周一如期上演,根据统计数据,这一天的消费创造了新的记录。而根据媒体报道( “双11”揭示互联网金融趋势 ),“在“双11”成交的350.19亿中,有53.5亿来自手机淘宝,是去年的5.6倍(9.6亿);手机淘宝单日成交笔数达3590万笔,占整体的21%;支付宝实现手机支付笔数4518万笔,占整体的24.03%;支付宝手机支付额突破113亿,是目前全球移动支付的最高纪录。相比之下,去年手机淘宝交易笔数只占整体的5%,移动电商正在疯狂崛起。”正如报道中所提到的,越来越多的消费及支付行为在移动设备端发生,消费者将体验到“任何时间、任何地点、多样设备”的消费体验。而从商家、从服务运营的角度...
on
16 Nov 2013
Blog Post:
使用Windows Azure Service Management REST API进行伸缩性管理
Nevin (Naiwen) Dong
以自定义的方式对Windows Azure资源进行控制,例如基于预设条件或者基于性能监控结果的自动伸缩管理,将更有效地对Azure资源/服务进行管理。Windows Azure SDK提供了全套API,特别是服务管理的REST API方式,使得这一想法成为可能。 对于Windows Azure Service Management REST API,可以参考以下网址: http://msdn.microsoft.com/en-us/library/ee460799.aspx Windows Azure Service Management REST API的功能支持,与通过其他方式,例如通过Windows...
on
27 Feb 2013
Blog Post:
使用Windows Azure Management Portal和Windows Azure PowerShell 命令行进行伸缩性管理
Nevin (Naiwen) Dong
在Windows Azure中开发部署云应用,或者将现有应用迁移到Windows Azure云平台,伸缩性是一个重要的考虑因素,直接关系到云应用资源的按需使用及产生的相关成本。 伸缩性与应用场景及所使用的云资源密切相关,例如,某些商务网站,当业务请求负荷迅猛增加、超出预设的容量能力上限时,应考虑适量增加资源,例如增加计算实例数量,或者提高计算实例的配置;而当工作负荷较低,则需要考虑是否减少计算实例,或者调低计算实例的配置。此外,例如在某些科学计算场景中,可以根据并行计算(Parallel Computing)任务数量的变化,对资源进行动态的伸缩性控制。 通常,在Windows Azure中,可以通过Management...
on
24 Feb 2013
Blog Post:
Windows Azure支持实现自动伸缩(AutoScale)
Nevin (Naiwen) Dong
伸缩性是云计算的关键属性之一,能够根据计算需求和资源池的情况进行资源的调整,实现弹性的计算。之前对基于Windows Azure如何实现伸缩性进行了相关研究和分析,具体可见: · 使用Windows Azure Service Management REST API进行伸缩性管理 http://blogs.technet.com/b/nevin_dongs_blog/archive/2013/02/27/windows-azure-service-management-rest-api.aspx · 对于Windows Azure Management Portal的交互方式和Windows...
on
28 Aug 2013
Blog Post:
Windows Azure 张开手臂,拥抱更多类型的虚拟机镜像(Virtual Machine Image)
Nevin (Naiwen) Dong
在Windows Azure中,开始提供越来越多新的虚拟机镜像(Virtual Machine Image)类型,如下图所示: 其中,比较有趣的是: . 一系列的针对Oracle数据库(Database)12系列、中间件(WebLogic Server)11系列的服务器,其中既有Windows Server 2012的,也有基于Linux的(目前看到的是Oracle Linux 6.4.0.0.0)。目前这些都在预览(Preview)阶段。 . Linux新增的Oracle Linux 6.4.0.0.0。目前已经是正式版。 . Java Platform,包括Standard Edition...
on
31 Oct 2013