Proceedings of the 5th Workshop on ACM SIGOPS European Workshop Models and Paradigms for Distributed Systems Structuring - EW 5 1992
DOI: 10.1145/506379.506413
|View full text |Cite
|
Sign up to set email alerts
|

The use of name spaces in plan 9

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
10
0

Year Published

2009
2009
2018
2018

Publication Types

Select...
4
3
2

Relationship

0
9

Authors

Journals

citations
Cited by 11 publications
(10 citation statements)
references
References 0 publications
0
10
0
Order By: Relevance
“…The idea of containers dates back to 1992 [31] and have matured over the years with the introduction of Linux namespace [32] and the LXC project [33], a solution designed to execute full operating system images in containers. Application containers [34] are an evolution of operating system virtualization.…”
Section: Containersmentioning
confidence: 99%
“…The idea of containers dates back to 1992 [31] and have matured over the years with the introduction of Linux namespace [32] and the LXC project [33], a solution designed to execute full operating system images in containers. Application containers [34] are an evolution of operating system virtualization.…”
Section: Containersmentioning
confidence: 99%
“…Hare's design resembles networked distributed file systems such as NFS [30], AFS [20], and Plan 9 [32], and borrows some techniques from these designs (e.g., directory caching, close-to-open consistency, etc). The primary differences are that Hare can exploit shared DRAM to maintain a single buffer cache, that directory entries from a single directory are distributed across servers, and that file descriptors can be shared among clients.…”
Section: Distributed File Systemsmentioning
confidence: 99%
“…A different approach to resource access comes from the operating system community: Plan9 integrates a wide variety of local and remote [27] resources and services into a single directory tree [26] that is made available on a per-process basis, but mediated by the kernel and accessed only indirectly via system calls and string-based identifiers. User level filesystems like FUSE [28] or the BSD Pass-to-User-Space [18] system bring some of these ideas to commercial operating systems, but make these filesystems visible globally to all processes on a machines.…”
Section: Related Workmentioning
confidence: 99%