- 浏览: 223492 次
- 性别:
- 来自: 上海
文章分类
最新评论
-
Breather.杨:
斯库伊!受教
基于按annotation的hibernate主键生成策略 -
w420372197:
很详细,学习中..转载了
基于按annotation的hibernate主键生成策略 -
wslovenide:
...
基于按annotation的hibernate主键生成策略 -
Navee:
写的十分详细!感谢
基于按annotation的hibernate主键生成策略 -
eric.cheng:
很好,学习了
基于按annotation的hibernate主键生成策略
eBay Architecture
Tue, 05/27/2008 - 22:13 — Todd Hoff
Update
2: EBay's Randy Shoup spills the secrets of how to service hundreds of
millions of users and over two billion page views a day in Scalability
Best Practices: Lessons from eBay
on InfoQ. The practices: Partition by Function, Split Horizontally,
Avoid Distributed Transactions, Decouple Functions Asynchronously, Move
Processing To Asynchronous
Flows, Virtualize At All Levels, Cache Appropriately
.
Update: eBay Serves 5 Billion API Calls Each Month
.
Aren't we seeing more and more traffic driven by mashups composed on
top of open APIs? APIs are no longer a bolt on, they are your
application. Architecturally that argues for implementing your own
application around the same APIs developers and users employ.
Who hasn't wondered how eBay does their business? As one of the largest most loaded websites in the world, it can't be easy. And the subtitle of the presentation hints at how creating such a monster system requires true engineering: Striking a balance between site stability, feature velocity, performance, and cost.
You may not be able to emulate how eBay scales their system, but the issues and possible solutions are worth learning from.
Site: http://ebay.com
Information Sources
Platform
What's Inside?
This information was adapted from Johannes Ernst's Blog
The Stats
The Architecture
Lessons Learned
– Horizontal scaling at every tier.
– Functional decomposition.
– Minimize availability coupling.
– Improve scaling options.
– Reduce physical dependencies.
– Improve deployment flexibility.
– Automated failure detection and notification.
– “Limp mode” operation of business features.
发表评论
-
大型网站架构不得不考虑的10个问题
2009-01-16 14:41 1155大型网站架构不得不考虑的10个问题 来自CSDN:http:/ ... -
规划 SOA 参考架构
2009-01-07 16:22 2477规划 SOA 参考架构 2007-12-03 09: ... -
架构师书单
2009-01-07 16:09 1719架构师书单 一、S ... -
架构师之路
2009-01-07 16:07 5131架构师之路 什么是软件架构师? 架构 ... -
应用架构选型讨论
2008-12-10 09:29 1224应用架构选型讨论(PPT) ... -
系统构架设计应考虑的因素
2008-11-24 17:23 3249系统构架设计应考虑的 ... -
负载均衡--大型在线系统实现的关键(服务器集群架构的设计与选择)
2008-11-24 17:19 5719负载均衡--大型在 ... -
LinkedIn Architecture
2008-11-24 16:16 1616LinkedIn Architecture Category ... -
LiveJournal Architecture
2008-11-24 16:13 1096LiveJournal Architecture Mon, ... -
Google Architecture
2008-11-24 16:09 1312Google Architecture Sun, 11/23 ... -
YouTube Architecture
2008-11-24 16:07 1537YouTube Architecture Thu, 03/1 ... -
Flickr Architecture
2008-11-24 16:05 1335Flickr Architecture Wed, 11/14 ... -
Digg Architecture
2008-11-24 16:03 1302Digg Architecture Mon, 09/15/2 ... -
37signals Architecture
2008-11-24 16:02 118937signals Architecture Thu, 09 ... -
Scaling Twitter: Making Twitter 10000 Percent Fast
2008-11-24 15:59 1293Scaling Twitter: Making Twitter ... -
Amazon Architecture
2008-11-24 15:58 1217Amazon Architecture Tue, 09/18 ... -
Facebook 海量数据处理
2008-11-24 15:54 1855Facebook 海量数据处理 作者: F ... -
Scalability Best Practices: Lessons from eBay
2008-11-24 15:50 1152Scalability Best Practices: Le ... -
Yapache-Yahoo! Apache 的秘密
2008-11-24 02:15 1193Yapache-Yahoo! Apache 的秘密 作 ... -
Notes from Scaling MySQL - Up or Out
2008-11-24 02:14 1502Notes from Scaling MySQL - Up o ...
相关推荐
标题:“The eBay Architecture”(eBay的架构) 描述:这份由eBay架构师Randy Shoup和Dan Pritchett在2006年11月29日的SDForum上展示的PPT,深入探讨了eBay如何在网站稳定性、功能更新速度、性能和成本之间找到...
标题“eBay Architecture - Scalability with Agility”及描述同名,揭示了eBay如何通过灵活且可扩展的架构来应对日益增长的数据量、用户需求以及业务挑战。下面,我们将深入探讨这一主题,理解eBay是如何实现其架构...
《eBay架构解析》是由Tony Ng在2011年分享的技术干货,主要探讨了eBay这个全球知名电子商务平台的架构设计与实现。这个压缩包包含了一本PDF文档,可能是讲座笔记或者报告,以及一个名为"UhR8x728IOQQHzmP8fTct0QzaBN...
### eBay架构原则详解 在互联网领域,eBay作为全球最大的在线交易平台之一,其技术架构面临着巨大的挑战。为了应对这些挑战,eBay总结了一系列最佳实践,这些实践不仅帮助eBay自身成长,也为其他需要处理大规模数据...
NULL 博文链接:https://yanxia611.iteye.com/blog/921605
SOA(Service-Oriented Architecture,面向服务架构)是一种设计和构建软件系统的方法,它强调将业务功能分解为独立的服务,这些服务可以通过网络进行交互,实现松耦合和高复用性。eBay开源的SOA框架是其在大规模...
1. **eBay架构** (ebay_architecture.pdf、ebay_arch_principles.pdf): - eBay的架构设计注重高可用性和可扩展性,以支持全球范围内的大规模在线交易。 - 强调服务化和模块化,使系统能够快速适应业务变化。 - ...
在电子商务领域,eBay 是最早采用服务导向架构(Service-Oriented Architecture,简称 SOA)的企业之一。作为全球领先的在线交易平台,eBay 需要处理海量的数据交换和服务请求,这促使它在早期就探索并实施了 SOA ...
本文将通过分析eBay的SOA(Service-Oriented Architecture,面向服务的架构)解决方案,深入探讨SaaS扩展性的实现路径。 ### SOA与SaaS的结合 SOA是一种设计原则,它强调通过服务接口将应用程序的不同功能组件解耦...
eBay 的数据库分布扩展架构 68 从LiveJournal后台发展看大规模网站性能优化方法 70 一、LiveJournal发展历程 70 二、LiveJournal架构现状概况 70 三、从LiveJournal发展中学习 71 1、一台服务器 71 2、...
4. **ebay_architecture.pdf** - eBay作为全球知名的拍卖网站,其架构可能涉及到拍卖系统的实时性、交易安全和大规模库存管理等方面的技术。 5. **linkedin_communication_architecture.pdf** - LinkedIn的通信架构...
Arguably, firms like Google, eBay, LinkedIn, and Facebook were built around big data from the beginning. They didn’t have to reconcile or integrate big data with more traditional sources of data and...
EBay EBCMS content management system uses the popular PHP+MySQL architecture design, MVC design pattern, fully open source. With eBay content management system: Article management Model management ...
在本篇文档中,Randy Shoup讲解了最小可行架构(Minimal Viable Architecture)的概念,并分享了他在谷歌和eBay的架构演进经验。他强调,架构演化是一个渐进的过程,企业往往会在达到一定规模后转向微服务架构。以下...
在当今快速发展的科技领域,"SOA:业务如常的终结"这一主题揭示了服务导向架构(Service-Oriented Architecture,简称SOA)如何深刻地影响着商业环境。CTO安迪·穆尔霍兰德在Capgemini的演讲中指出,SOA不仅是一种...
3.3 eBay Trading API:允许开发者访问eBay的市场数据,如搜索商品、管理拍卖等。 四、Web Services的安全与管理 4.1 WS-Security:定义了一套安全模型,用于保护Web Services的通信,包括消息认证、加密、签名等...
SaaS的应用范围广泛,涵盖了电子商务(如eBay)、云计算基础设施(如Amazon)、在线办公工具(如在线OA)、即时通讯(IM)、在线安全(如在线杀毒)、在线娱乐(如在线音乐播放)等多个领域。这些服务在日常工作中...
- **eBay**:举了一个著名的使用Flex开发的应用案例——eBay网站的部分功能就是用Flex实现的。 - **CCTVQ~5uƉeYЏS**:这部分内容不清晰,但可能提到了其他使用Flex开发的成功案例。 #### 七、MXML在Flex中的角色...