Hacker News new | ask | show | jobs
by Gabrys1 941 days ago
I think multiprocessing is quite sensible in Python (comparing to async for an example)
1 comments

multiprocessing is almost never a good idea in my experience.