
async/sync와 blocking/non-blocking
🧑🏻💻Dev
2022. 11. 28. 19:42
여러 기술을 공부하면서 `논블록킹 I/O 기반`, `비동기 처리`와 같은 표현을 쓰곤 하는데, 스스로 정리가 잘 안되어 정리해보는 글이다. 나는 synchronous blocking / asynchronouse blocking 등 다양한 표현이 있다는 것도 최근에 알게 되었다. Synchronous와 Asynchoronous 동기라는 사전적 의미는 다음과 같다. happening, existing, or arising at precisely the same time 정확히 같은 시간에 발생, 존재하는 것 실제 사전적 의미는 컴퓨터 공학의 동기가 명확하게 표현되지는 않는 것 같아 다른 의미를 찾아보았다. having the same period, also : having the same period and..