기술 성공, 실패 기록소

python pool 본문

프로그래밍언어/python

python pool

sunlab 2022. 4. 22. 02:06
728x90

https://tempdev.tistory.com/entry/Python-multiprocessingPool-%EB%A9%80%ED%8B%B0%ED%94%84%EB%A1%9C%EC%84%B8%EC%8B%B1-2

 

Python multiprocessing.Pool 멀티프로세싱 2

Python에선 multiprocessing.Pool을 이용하여 멀티프로세싱을 할 수 있다. Process를 활용할 때는 우리가 직접 Process를 만들어서 그 Process위에서 작업을 돌렸다면, Pool은 지정된 개수만큼 프로세스를 미리

tempdev.tistory.com

 

'프로그래밍언어 > python' 카테고리의 다른 글

python thread  (0) 2022.04.23
파이썬(python) Multiprocessing  (0) 2022.04.22
python super 명령어  (0) 2022.04.20
logging 사용법  (0) 2022.01.01
logging 사용법  (0) 2022.01.01