HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
📯
부스트캠프 7기 BE 멤버쉽 설계
/
부스트코스에는 Non-blocking + Sync의 예시를 node js + mysql이라고 설명하고 있는데, 다른 블로그의 글을 찾아보면 blocking-Async의 대표적 예시가 node js 와 mysql이라는 글이 보여서 혼동됩니다.

부스트코스에는 Non-blocking + Sync의 예시를 node js + mysql이라고 설명하고 있는데, 다른 블로그의 글을 찾아보면 blocking-Async의 대표적 예시가 node js 와 mysql이라는 글이 보여서 혼동됩니다.

요약
blocking + async 방식이 맞습니다.
확인
확인
레이블
4주차
노드
Non-Blocking
async
 
노드 → MySQL에게 요청을 보냄
 
“MySQL Client가 Block을 하고 있음”
“Node는 Async 함수로 MySQL Data를 처리함”
 
 
MySQL Client
Blocking
 
MySQL
Blocking
sync