Design of Process Creation
Make a concise presentation to contrast two process creation design:
- Contrast two modern Unix process creation APIs:
fork()
and thenexec()
posix_spawn()
Minimally, you should use the sample programs provided in the manual pages ofexecve()
andposix_spawn()
to demonstrate and explain the concepts
- Examine the following paper and related material (you may find more) and present key points therein:
- Baumann, Andrew, Jonathan Appavoo, Orran Krieger, and Timothy Roscoe. “A fork () in the road.” In Proceedings of the workshop on hot topics in operating systems, pp. 14-22. 2019, available: https://dl.acm.org/doi/10.1145/3317550.3321435
- A fork() in the road – conversation between Uli Drepper & Orran Krieger, available: https://www.bu.edu/rhcollab/2019/04/11/a-fork-in-the-road/