ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper Design and Implementation of Zero-Copy Data Path for Efficient File Transmission
Cited 5 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Dong-Jae Kang, Young-Ho Kim, Gyu-Il Cha, Sung-In Jung, Myung-Joon Kim, Hae-Young Bae
Issue Date
2006-09
Citation
International Conference on High Performance Computing and Communications (HPCC) 2006 (LNCS 4208), v.4208, pp.350-359
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.1007/11847366_36
Abstract
Huge requests for file transmission by concurrent users cause excessive memory copy operations and system calls between kernel and user space, which are very expensive and require many CPU cycles for processing. And it has been a bottleneck that limits the number of serviceable requests and prevents CPU resources from being allocated to other processes. In this paper, we suppose the zero-copy data path for efficient file transmission to solve the upper described problems. To do that, we used existing system call interface, sendfile, for file transmission from one device to another and used the same buffer page to transmit a file. The supposed zero-copy data path reduces CPU cost per transaction by eliminating CPU copies between kernel and user space and by avoiding unnecessary system calls in user space. The improved CPU efficiency means that a larger number of requests can be serviced with the same CPU configuration. © Springer-Verlag Berlin Heidelberg 2006.
KSP Keywords
CPU cost, CPU efficiency, File transmission, Memory copy, Zero-copy, data path, design and implementation, system call, user space