Multiprocess Support on Unikraft
unikraft.org·6h·
Discuss: Hacker News
Flag this post

This blog post provides technical details on the implementation of multiprocess support introduced in Unikraft 0.19.0.

Although multithreading is widely adopted in modern software, many foundational applications in the cloud - such as PostgreSQL - continue to rely on multiprocess architectures. This preference persists not only because of historical design decisions, but also because of practical advantages such as isolation between execution units, easier implementation of scaling, and simplified fault tolerance. At first glance, this creates a conflict between the traditional unikernel philosophy and real-world requirements, seemingly requiring either the adaptation of multiprocess applications to the multithreaded model, or architectural compromises.

At Unikraft, we see this…

Similar Posts

Loading similar posts...