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

相关文章:

  • 2021-07-02
  • 2021-07-24
  • 2022-02-15
  • 2022-01-27
  • 2022-03-02
  • 2021-09-14
  • 2021-09-16
  • 2022-03-09
猜你喜欢
  • 2022-02-21
  • 2022-12-23
  • 2022-12-23
  • 2021-08-09
  • 2021-06-13
  • 2021-11-09
  • 2021-06-19
相关资源
相似解决方案