Proceedings of the Twenty-Third ACM Symposium on Operating Systems Principles 2011
DOI: 10.1145/2043556.2043564
|View full text |Cite
|
Sign up to set email alerts
|

A file is not a file

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
12
0

Year Published

2013
2013
2023
2023

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 56 publications
(13 citation statements)
references
References 23 publications
1
12
0
Order By: Relevance
“…Layer reuse improves the service startup speed by optimizing the pull time, but the effect of layer reuse is very dependent on the number of layers that can be reused locally by the node, and there is a significant upper limit on its optimization effect. Smet et al 12,13 proposed a Docker image layer pre-placement method that connects to a different image layer storage server when a service request arrives and pulls the image layer required to start the service, which does not reduce the data required to build the image, although it optimizes the container startup efficiency at the network transmit level. And Yin et al, 13,14 still did not reduce the data transmission volume, although the storage strategy of the image layer is further optimized at runtime.…”
Section: Layer Reuse Mechanism Methodsmentioning
confidence: 99%
See 2 more Smart Citations
“…Layer reuse improves the service startup speed by optimizing the pull time, but the effect of layer reuse is very dependent on the number of layers that can be reused locally by the node, and there is a significant upper limit on its optimization effect. Smet et al 12,13 proposed a Docker image layer pre-placement method that connects to a different image layer storage server when a service request arrives and pulls the image layer required to start the service, which does not reduce the data required to build the image, although it optimizes the container startup efficiency at the network transmit level. And Yin et al, 13,14 still did not reduce the data transmission volume, although the storage strategy of the image layer is further optimized at runtime.…”
Section: Layer Reuse Mechanism Methodsmentioning
confidence: 99%
“…Smet et al 12,13 proposed a Docker image layer pre‐placement method that connects to a different image layer storage server when a service request arrives and pulls the image layer required to start the service, which does not reduce the data required to build the image, although it optimizes the container startup efficiency at the network transmit level. And Yin et al, 13,14 still did not reduce the data transmission volume, although the storage strategy of the image layer is further optimized at runtime.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Harter et al [22], Considering the slowness of Docker containers and by making changes to the Linux kernel to share a cache, proposed a model for these containers in which it identifies and loads the packages needed to run the software. Other packages are also loaded in a lazy manner.…”
Section: Optimization For the Use Of Prerequisite Packagesmentioning
confidence: 99%
“…Often, files are merely named address spaces that contain many internal objects with frequent, crash-consistent updates. Small, random writes are common on both desktop machines [26] and in the cloud through the use of key-value stores, data base backends, such as SQLite [15] and LevelDB [23], revision management systems, and distributed configuration software, such as Zookeeper [4]. On many file systems, efficient crash consistency for these applications is difficult and slow so many applications sacrifice correctness for performance [42].…”
Section: Application Demands On the File Systemmentioning
confidence: 99%