본문 바로가기

훌륭한 논문

Paper: Wikipedia's Site Internals, Configuration, Code Examples and Management Issues

원제 : Paper: Wikipedia's Site Internals, Configuration, Code Examples and Management Issues

번역 : Paper: Wikipedia's Site Internals, Configuration, Code Examples and Management Issues

Wikipedia와 Wikimedia 는 최상의 것들을 가지고 있고, 최상의 확장가능한 시스템을 만드는 가장 완벽한 실제 문서를 가지고 있습니다. Domas Mituzas가 작성한 이 논문은 Wikipedia의 동작에 대해서 많은 자세한 것을 다루고 있습니다. 내용은 다음과 같습니다: 사용된 다양한 패키지에 대한 개관( Linux, PowerDNS, LVS, Squid, lighttpd, Apache, PHP5, Lucene, Mono, Memcached), CDN 사용방법, 캐싱 동작 방법, 코드 프로파일 방법, 검색을 다루는 방법, 로드밸런싱을 다루는 방법과 관리. 모두다 실제 코드 예제와 설정 파일 예제와 함께입니다. 이 논문은 정말 유용한 자원입니다.

Wikipedia and Wikimedia have some of the best, most complete real-world documentation on how to build highly scalable systems. This paper by Domas Mituzas covers a lot of details about how Wikipedia works, including: an overview of the different packages used (Linux, PowerDNS, LVS, Squid, lighttpd, Apache, PHP5, Lucene, Mono, Memcached), how they use their CDN, how caching works, how they profile their code, how they store their media, how they structure their database access, how they handle search, how they handle load balancing and administration. All with real code examples and examples of configuration files. This is a really useful resource.

Related Articles

  • Wikimedia Architecture
  • Domas Mituzas' Blog