Tag Archives: linux process

Scaling fork(2) in the real world

Some details on a typical problem with fork(2) on Linux/Unix that I worked on a while back: Fork is The Way.

Most solutions to this are minimal, with just enough hackery to meet the narrow needs of the particular piece of software facing the issue. I tried to make the solution generic and widely applicable.