Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python difference between multiprocessing Pool and Threadpool

The multiprocessing.pool.ThreadPool behaves the same as the multiprocessing.Pool with the only difference that uses threads instead of processes to run the workers logic.
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #python #difference #multiprocessing #Pool #Threadpool
ADD COMMENT
Topic
Name
9+5 =