원제 : Product: nginx
번역 : Product: nginx
Update 6: nginx_http_push_module. Turn nginx into a long-polling message queuing HTTP push server.
Update 5: In Load Balancer Update Barry describes how WordPress.com moved from Pound to Nginx and are now "regularly serving about 8-9k requests/second and about 1.2Gbit/sec through a few Nginx instances and have plenty of room to grow!".
Update 4: Nginx better than Pound for load balancing. Pound spikes at 80% CPU, Nginx uses 3% and is easier to understand and better documented.
Update 3: igvita.com combines two cool tools together for better performance in Nginx and Memcached, a 400% boost!.
Update 2: Software Project on Installing Nginx Web Server w/ PHP and SSL. Breaking away from mother Apache can be a scary proposition and this kind of getting started article really helps easy the separation.
Update: Slicehost has some nice tutorials on setting up Nginx.
nginx 웹 사이트에서:
Nginx ("engine x") 는 고성능 HTTP 서버이며 MAP/POP3/SMTP 프락시 서버뿐만 아니라 리버스 프락시입니다., Nginx는 Rambler.ru를 위해 Igor Sysoev 개발했습니다. Rambler.ru는 러시아에서 두번째로 가장 많이 방문하는 웹 사이트이고, 2년 반동안 사용단계로 사용되고 있습니다. Igor는 소스코드를 BSD와 비슷한 라이센스로 공개했습니다. 아직 베타버전이지만, Ngnix는 안정성, 풍부한 기능, 간단한 구성, 낮은 자원 소비로 잘 알려져 있습니다.
Bob Ippolito 가 Nginx에 대해 말합니다:
여러분이 원하는 모든 기능을 제공하는 극한적인 고성능인 단 하나의 솔루션은 Nginx 입니다. 나는 현재 단일 서버에서 일일 수천만개의 HTTP 요청(초당 수백개)의 리버스 프락시를 하는 Nginx를 가지고 있습니다. 로드가 높을 때는 내 특정한 구성(FreeBSD 6)에서 15MB 램과 10%의 CPU를 사용합니다.
동일한 부하라면, Apache는 갑자기 중단되고( 1000개 프로세스를 사용하고, RAM 사용량은 신만이 알겠죠), Pound도 중단되고(너무 많은 쓰레드와 모든 쓰레드 스택에 400메가 이상의 램을 사용하고), 그리고 가볍게 메모릭은 시간당 20MB 이상입니다(그리고 더 많은 CPU를 이용하지만, 그러나 중요하게는 아닙니다).
읽을 거리
'쓸모 있는 제품' 카테고리의 다른 글
Product: Gearman - Open Source Message Queuing System (0) | 2009.01.13 |
---|---|
Ehcache - A Java Distributed Cache (0) | 2008.07.29 |
Product: lbpool - Load Balancing JDBC Pool (0) | 2007.11.16 |
Product: Ganglia Monitoring System (0) | 2007.09.27 |
Product: Varnish (0) | 2007.08.23 |