The Python Oracle

Threading pool similar to the multiprocessing Pool?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: The World Wide Mind

--

Chapters
00:00 Question
00:54 Accepted answer (Score 538)
01:33 Answer 2 (Score 276)
01:54 Answer 3 (Score 73)
02:21 Answer 4 (Score 51)
03:33 Thank you

--

Full question
https://stackoverflow.com/questions/3033...

Question links:
[Pool class]: http://docs.python.org/library/multiproc...

Accepted answer links:
[multiprocessing.dummy]: http://docs.python.org/dev/py3k/library/...
[docs]: http://docs.python.org/dev/py3k/library/...

Answer 2 links:
[concurrent.futures.ThreadPoolExecutor]: https://docs.python.org/dev/library/conc...
[docs]: http://docs.python.org/py3k/library/conc...

Answer 4 links:
[here]: http://code.activestate.com/recipes/5771.../

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #multithreading #missingfeatures

#avk47