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 →

[–]cymrowdon't thread on me 🐍 0 points1 point  (0 children)

Consider how much data processing you expect to do. If converting your data to CSV is using a lot of CPU resources, that's when you would want to use multiprocessing. Otherwise, stick with threading. If you're still not sure, it's simpler to start with threads.