Hacker News new | ask | show | jobs
by klas_segeljakt 20 days ago
They are (lightweight) processes since they have no shared memory. Each process has its own stack and heap.
1 comments

I've never thought about it that way, but that makes sense!