# HN은 어떻게 중단없이 운영되나요?

> Clean Markdown view of GeekNews topic #6877. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=6877](https://news.hada.io/topic?id=6877)
- GeekNews Markdown: [https://news.hada.io/topic/6877.md](https://news.hada.io/topic/6877.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2022-07-01T09:49:26+09:00
- Updated: 2022-07-01T09:49:26+09:00
- Original source: [news.ycombinator.com](https://news.ycombinator.com/item?id=31821269)
- Points: 17
- Comments: 6

## Topic Body

- Master & Standby 2대의 머신으로 M5에서 호스팅중  
- HN전체는 한대의 머신으로 동작 : 인텔 Xeon E5-2637 v4 @ 3.50GHz + FreeBSD/SMP, 미러링된 Data용 SSD/Log용 자기테이프(UFS)  
- DB 사용하지 않고, Ad-hoc 파일시스템 기반   
- Lisp 방언인 Arc(존 그레이엄이 만든)로 개발됨  
  코드는 공개되어 있어서 누구가 가져다 HN 같은 서비스 개발 가능   
  https://github.com/wting/hackernews  
  https://github.com/arclanguage/anarki/tree/master/apps/news

## Comments



### Comment 10984

- Author: lux1024
- Created: 2022-07-01T11:49:28+09:00
- Points: 1

https://github.com/wting/hackernews 마지막 코드 수정이 10년 전인데(readme, copyright 제외), 정말일까요? 와...

### Comment 10960

- Author: kwangyeol
- Created: 2022-07-01T10:31:43+09:00
- Points: 2

해커뉴스의 반응성에 부족함을 느낀적이 없는데 이런 간단한 구조로 운영되고 있었군요.   
Ad-hoc filesystem이란게 어떤건지 궁금하네요

### Comment 10958

- Author: nicewook
- Created: 2022-07-01T10:09:42+09:00
- Points: 1

이런 것에 대한 개념이 없어서 참 신기합니다.  
글로벌한 사이트 하나가 예비용 스탠바이 하나를 포함해서 단 2대로 운영이 되다니.

### Comment 10957

- Author: bohblue23
- Created: 2022-07-01T09:56:28+09:00
- Points: 1

COOL

### Comment 10954

- Author: xguru
- Created: 2022-07-01T09:49:30+09:00
- Points: 4

DB 없이 운영된다는게 흥미롭네요. 긱뉴스는 AWS에서 EC2 + RDS로 운영중입니다.   
가볍게 운영하기 좋은.. 손에 익은 구조로 하다보니..

### Comment 10959

- Author: nicewook
- Created: 2022-07-01T10:28:02+09:00
- Points: 1
- Parent comment: 10954
- Depth: 1

기술 스택도 궁금하네요. :-)
