码迷,mamicode.com
首页 > 其他好文 > 详细

TripAdvisor architecture 2011/06

时间:2016-10-09 17:28:21      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:

http://highscalability.com/blog/2011/6/27/tripadvisor-architecture-40m-visitors-200m-dynamic-page-view.html

 

request URL is parsed, content collected from various services, and then applied to a template

request routed to load balancer in front of cookie-based web server pool, pool can help for deployment, A/B testing, server are stateless

services are essentially large intelligent cache in front of database

DB: postgres, 6 DRDB pair for high availability

infrastructure to select code / template path based on request context

TripAdvisor architecture 2011/06

标签:

原文地址:http://www.cnblogs.com/qsort/p/5942699.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!