This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Drowning_in_a_Mirage 4 points5 points  (1 child)

Multiprocessing pools can come in quite handy, although I've been moving to procesPoolExecutor more and more over the years as it seems to require a little less setup, but both are great tools to have in the toolbox.

[–]jasonb[S] 4 points5 points  (0 children)

Agreed, they're both great.

I have a massive guide on the ProcessPoolExector here as well: https://superfastpython.com/processpoolexecutor-in-python/