Hacker News new | ask | show | jobs
by fiedzia 108 days ago
> If true parallelism becomes common, it might actually reduce the number of containers/services needed for some workloads

Not by much. The cases where you can replace processes with threads and save memory are rather limited.

1 comments

Citation needed? Tall tasks are standard practice to improve utilization and reduce hotspots by reducing load variance across tasks.