Hacker News new | ask | show | jobs
by jingw222 2518 days ago
Multitasking is analogue to multithreading with GIL. As long as the tasks are computing/analytics intensive, you're better off dealing with them sequentially one at a time.