usenix conference policies
More Efficient Network Class Loading Through Bundling
Abstract:
In this paper, we describe bundling, a technique for the transfer of files over a network. The goal of bundling is to group together files that tend to be needed in the same program execution and that are loaded close together. We describe an algorithm for dividing a collection of files into bundles based on profiles of file-loading behavior.
Our motivation for bundling is to improve the performance of network class loading in Java. We examine other network class loading mechanisms and discuss their performance tradeoffs. Bundling is able to combine the strengths of both on-demand strategies and archive-based strategies. We present experimental results that show how bundling can perform well in a variety of network conditions.
BibTeX
@inproceedings {271004,
author = {David Hovemeyer and William Pugh},
title = {More Efficient Network Class Loading Through Bundling},
booktitle = {Java (TM) Virtual Machine Research and Technology Symposium (JVM 01)},
year = {2001},
address = {Monterey, CA},
url = {https://www.usenix.org/conference/jvm-01/more-efficient-network-class-loading-through-bundling},
publisher = {USENIX Association},
month = apr
}
author = {David Hovemeyer and William Pugh},
title = {More Efficient Network Class Loading Through Bundling},
booktitle = {Java (TM) Virtual Machine Research and Technology Symposium (JVM 01)},
year = {2001},
address = {Monterey, CA},
url = {https://www.usenix.org/conference/jvm-01/more-efficient-network-class-loading-through-bundling},
publisher = {USENIX Association},
month = apr
}
connect with us