본문 바로가기
IT/Python

[Python] python 동시성

by 쿠이모 2023. 11. 7.

Python 동시성 관리를 이해하기 위해 알아야 할 것들

- 프로세스와 스레드

- Python GIL(Global Interpreter Lock)

- 코루틴(Coroutine)

- 동시성(Concurrency)과 병행성(Parallelism)