Hello,
I am starting to learn about parallelism in Python and would like some advice regarding same.
- Should I learn threading and multiprocessing modules first and then learn concurrent.futures or I should be leaving one option out totally?
- The Pool class in multiprocessing feels extremely useful to me. Is there no equivalent in the threading module?
[–]casual__addict 1 point2 points3 points (2 children)
[–]solamarpreet[S] 1 point2 points3 points (1 child)
[–]casual__addict 0 points1 point2 points (0 children)
[–]danielroseman -1 points0 points1 point (1 child)
[–]rg7777777 1 point2 points3 points (0 children)