Day: GNOME OS
Posted Aug 9, 2012 15:41 UTC (Thu) by
arafel (subscriber, #18557)
In reply to:
Day: GNOME OS by nix
Parent article:
Day: GNOME OS
I think you might have misread the blog post:
This process opens every file we might use and then waits for commands from the main process. When it's time to make a new subprocess we ask the helper, which forks itself again as the new child. By virtue of always forking from the same initial process, we guarantee that we are always running the same code; even if the files we opened are replaced by a system update our handle on them is the handle for the previous file.
(
Log in to post comments)