# httpdito - i386 어셈블리로 된 초소형 웹서버

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=4008](https://news.hada.io/topic?id=4008)
- GeekNews Markdown: [https://news.hada.io/topic/4008.md](https://news.hada.io/topic/4008.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-04-04T10:26:51+09:00
- Updated: 2021-04-04T10:26:51+09:00
- Original source: [canonical.org](http://canonical.org/~kragen/sw/dev3/httpdito-readme)
- Points: 6
- Comments: 4

## Topic Body

- 700라인코드로 실행파일은 2060 바이트

- libc 를 사용하지 않음

- 현재 폴더의 스태틱 파일만 서빙(다른 폴더 불가능, Symlink로는 가능)

- 차일드 프로세스 2048개까지 생성 가능

- 8코어 랩탑에서 20000~30000 RPS(request per second) 처리 가능

* httpdito code : http://canonical.org/~kragen/sw/dev3/server.s

## Comments



### Comment 4776

- Author: galadbran
- Created: 2021-04-04T10:39:27+09:00
- Points: 1

캐노니컬이면 우분투의 그 캐노니컬일까요? ssl 적용도 안되어 있긴 한데...

### Comment 4777

- Author: xguru
- Created: 2021-04-04T10:44:34+09:00
- Points: 1
- Parent comment: 4776
- Depth: 1

https://canonical.com/ 과는 상관없는 Canonical Hackers 라는 모임 인듯 합니다.

- https://github.com/canonical-hackers

자신들 멤버의 홈페이지를 호스팅 해주는 모양이네요.

### Comment 4775

- Author: xguru
- Created: 2021-04-04T10:26:55+09:00
- Points: 2

darkhttpd - C파일 1개로 작성된 초경량 웹서버 https://news.hada.io/topic?id=4002

이것과 비슷한데 사용처가 조금 다를듯 합니다. IoT 기기들에서 쓰기 좋을듯 하네요.

### Comment 4781

- Author: dalinaum
- Created: 2021-04-05T03:14:00+09:00
- Points: 1
- Parent comment: 4775
- Depth: 1

darkhttpd가 싱글 쓰레드 이벤트 루프라는 점에서 구현 방식은 많이 다르네요.
