Skip to content

Language Learning Quiz

Based on: 언어×프레임워크 조합별 실전 장애 사례집: Python·JS/TS·Go·Java + FastAPI·Django·Next.js·NestJS·Gin·Spring Boot

Do you know this expression?

Event Loop Blocking
이벤트 루프 블로킹

비동기 프레임워크에서 동기 I/O나 CPU 집약적 작업이 이벤트 루프를 차단하여 전체 서버 응답이 지연되는 현상이다.

Tap to flip