일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- aws
- Flutter
- docker
- 행정구역분류
- android studio
- ebpf
- golang
- service
- aws cli
- Android
- Java
- VSCode
- deployment
- spring cloud config
- nginx-media-server
- Kubernetes
- macos
- wireshark
- Shell script
- namespace
- dart
- ffmpeg
- configmap
- RTMP
- kubectl
- Sysinternals
- HLS
- Pod
- Windows10
- Python
- Today
- Total
목록Standard (5)
woonizzooni
# 낙서장 # 이미 HTTP/2, HTTP/3이 나오는 마당에 뒷북 아닌가 싶기도 한데 알고 있던 내용을 적어본다. HTTP/1.1에서의 속도 개선 방법 '도메인 샤딩' 개념을 표준과 비교해서 살펴보자. o 표준/스펙 Hypertext Transfer Protocol -- HTTP/1.1 (RFC2616) https://tools.ietf.org/html/rfc2616 '8장'에서 HTTP 연결에 대해 설명하고 있다. 한번 쭉 읽어보자. 8. Connection 8.1 Persistent Connections http://hostname/image/1.png ~ 24.png일 경우 (단일 도메인) & 6개의 연결이 사용된다고 가정할 때, 1) 6개 요청 > 응답 오기까지 나머지 요청건 대기 (Pipeli..
완전 개인 생각임을 미리 언급해둠. HLS 프로토콜 표준 동향 Apple이 만든 HLS가 2009년11월 draft시작해서 2017년8월에 정식(?) 발생되었네? RFC8216 https://en.wikipedia.org/wiki/HTTP_Live_Streaming https://tools.ietf.org/html/rfc8216 2nd Edition이 draft로 벌써 4차례나 이뤄진 상태고. https://tools.ietf.org/html/draft-pantos-hls-rfc8216bis-00 Low-Latency HLS 표준 확장? 지난 6월 WWDC2019에서 "Introduction Low-Latency HLS" 소개됨. https://developer.apple.com/videos/play/w..
TCP Fast Open https://tools.ietf.org/html/rfc7413 2017/02/02 Enabling TCP Fast Open for NGINX on CentOS 7 - What is TCP Fast Open? https://designhost.gr/topic/799-enabling-tcp-fast-open-for-nginx-on-centos-7/ Enabling TCP Fast Open for NGINX on CentOS 7 What is TCP Fast Open? The TCP protocol underpins most application-layer protocols like HTTP, SSH, FTP, NFS, etc. In fact TCP sits in between th..
QUIC (Quick UDP Internet Connections) : A UDP-Based Multiplexed and Secure Transport QUIC is an IETF Working Group that is chartered to deliver the next transport protocol for the Internet. https://quicwg.org/ https://github.com/quicwg/base-drafts .... experimental implementations in progress. https://github.com/quicwg/base-drafts/wiki/Implementations IETF QUIC The following stacks implement the..
RFC7540 https://datatracker.ietf.org/doc/rfc7540/ HTTP/2 소개 https://developers.google.com/web/fundamentals/performance/http2/?hl=ko HTTP/2 지원 브라우저 버전 목록 https://caniuse.com/#feat=http2 이번에는 오픈소스SW 서버 목록 Nginx 2019/05/22 HTTP/2 성능 향상을 위한 NGINX 구조 개선 https://blog.cloudflare.com/nginx-structural-enhancements-for-http-2-performance/ https://blog.cloudflare.com/nginx-structural-enhancements-for-http-..