Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/
Python
Python
/Python Standard Library/python multiprocessing/
Python ThreadPoolExecutor
Search

Python ThreadPoolExecutor

Creator
Creator
Seonglae Cho
Created
Created
2021 Jul 23 7:9
Editor
Editor
Seonglae Cho
Edited
Edited
2021 Jul 23 7:16
Refs
Refs
Native Thread 문제점
  • 스레드 갯수는 OS에 의해 한정
  • 공유 메모리 문제가 있습니다락(Mutex)을 사용해야 함
  • GIL
 
 
 
 
 
 
 
Python 3, asyncio와 놀아보기
Explicit and implicit concurrency in Python. cooperative multitasking in Python. Asyncio (PEP-3156) Asyncio는 Python 3.4에 새로 추가된 라이브러리로 이름 그대로 파이썬에서 비동기 IO를 통해 조금 더 효율적으로 동시에 코드를 돌릴 수 있게 해주는 좋은 라이브러리입니다. (부: 본인이 생각하기에는 이 세상에는 동시란 없다고 생각합니다.. -보통 사람이 임의로 정해둔 시간 안에
Python 3, asyncio와 놀아보기
https://tech.ssut.me/python-3-play-with-asyncio/
Python 3, asyncio와 놀아보기
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/
Python
Python
/Python Standard Library/python multiprocessing/
Python ThreadPoolExecutor
Copyright Seonglae Cho