Hacker News new | ask | show | jobs
by undrcvr-lagggal 3979 days ago
That would be inefficient because you'd need to allocate extra stack, process datastructures, context switching, etc.
1 comments

From experience, when you can, it's just better spawning multiple processes over doing multithreading.