Y
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
guiomie
3976 days ago
From experience, when you can, it's just better spawning multiple processes over doing multithreading.
link