|
|
|
|
|
by high_na_euv
805 days ago
|
|
It seems like we are more and more getting away from OSes managing our resources Runtimes/vms implement memory management, varius threading techniques and things like we see here Maybe in the future we will entirely skip OS's overhead and run apps directly on HW and they will manager themselves more efficiently (their runtimes/vms like jvm clr) |
|
That's one of the reasons unikernels seem to be a promising way forward. It opens up a bunch of opportunities, including language-based safety, opportunities for compile-time optimizations, and just seems to mirror more closely how we wish to run & deploy modern applications (declarative, immutable and ideally with a bare minimum of dependencies).