|
|
|
|
|
by bcoates
3171 days ago
|
|
A thread is just a process that shares memory; a container is just a process that has a different network/filesystem/etc than the rest of the processes. Containers don't cost meaningfully more than threads unless you create expensive unique resources for each one. |
|
This is way more overhead than threads which can share all of those resources.