首页 > 其他 > 详细

TripAdvisor architecture 2011/06

时间:2016-10-09 17:25:06      阅读:192      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!