PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: marketing

A fork() in the road - microsoft.com

Afork()in the roadAndrew BaumannMicrosoft ResearchJonathan AppavooBoston UniversityOrran KriegerBoston UniversityTimothy RoscoeETH ZurichABSTRACTThe received wisdom suggests that Unix s unusual combi-nation offork()andexec()for process creation was aninspired design. In this paper, we argue that fork was a cleverhack for machines and programs of the 1970s that has longoutlived its usefulness and is now a liability. We catalog theways in which fork is a terrible abstraction for the mod-ern programmer to use, describe how it compromises OSimplementations, and propose the designers and implementers of operating systems,we should acknowledge that fork s continued existence asa first-class OS primitive holds back systems research, anddeprecate it. As educators, we should teach fork as a histor-ical artifact, and not the first process creation mechanismstudents Reference Format:Andrew Baumann, Jonathan Appavoo, Orran Krieger, and TimothyRoscoe. 2019. Afork()in the road. InWorkshop on Hot Topics inOperating Systems (HotOS 19), May 13 15, 2019, Bertinoro, , New York, NY, USA, 9 pages.

Fork is no longer simple. Fork’s semantics have in-fected the design of each new API that creates process state. The POSIX specification now lists 25 special cases in how the parent’s state is copied to the child [63]: file locks, timers, asynchronous IO operations, tracing, etc. In addi-tion, numerous system call flags control fork’s ...

Tags:

  System, Microsoft

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Transcription of A fork() in the road - microsoft.com

Related search queries