본문 바로가기

훌륭한 논문

Try Squid as a Reverse Proxy

원제 : Try Squid as a Reverse Proxy

번역 : Try Squid as a Reverse Proxy

이 확장 전략은 Erik Osterman이 전해준 것입니다:

수많은 캐시가능한 컨텐트를 제한된 예산하에서 폭발적인 성장을 다루는 분들을 위한 내 추천은 이 글에서 다룬 reverse proxy를 사용하라는 것입니다.

지난 주에, 우리는 5시간 동안 하나의 IIS 서버에서 10만 유니크 방문자를 기록하는 AP'd를 얻는 사이트를 얻었습니다. IIS 서버를 끄집어 냈습니다. 서버의 앞단에 하나의 squid를 위치시켜  최신 인텔 4 3Ghz로 서버 최대 로드 0.10으로 전면적인 맹공을 다루었습니다.

관심있는 분들이 구현하기 위한 사소한 것입니다...

My recommendations for anyone dealing with explosive growth on a limited budget with lots of cachable content (e.g. content capable of returning valid expiration headers) is employ a reverse proxy as mentioned in this article.

In the last week, we had a site get AP'd, triggering 100K unique visitors to a single IIS server in under 5 hours. It took out the IIS server. Placing a single squid infront of the server handled the entire onslaught with a max server load of 0.10 on a modest Intel IV 3Ghz.

It's trivial to implement for anyone interested...