Hacker News new | ask | show | jobs
by da39a3ee 1057 days ago
I'm confused. If you're doing a "bunch of IOs" then that's the situation where people use threads in Python, not processes. The argument for processes in Python is CPU-bound workloads.