DocumentCode
3029626
Title
Parallelizing sequential network applications with customized lock-free data structures
Author
Junchang Wang ; Kai Zhang ; Bei Hua
Author_Institution
Sch. of Comput. Sci. & Technol., Univ. of Sci. & Technol. of China (USTC), Hefei, China
fYear
2012
fDate
8-10 Aug. 2012
Firstpage
18
Lastpage
23
Abstract
Parallelizing fine-grained network applications on general-purpose multi-core architectures is a big challenge, as it requires fast core-to-core synchronization that is not supported for now. This paper proposes a methodology for parallelizing legacy sequential network applications on multi-core architectures with only minor code rewriting. Single Program Multiple Data (SPMD) parallel programming style is used to retain the control flow of sequential code, and then data structures potentially involving data racing are replaced with customized lock-free data structures based on domain knowledge. We evaluate the methodology by parallelizing a sequential TCP SYN flood detection program on Intel Quad processors, and gain inspiring results.
Keywords
data structures; multiprocessing systems; parallel architectures; parallel programming; sequential codes; synchronisation; Intel Quad processors; SPMD parallel programming style; customized lock-free data structures; data racing; fast core-to-core synchronization; general-purpose multicore architectures; minor code rewriting; parallelizing fine-grained network applications; parallelizing legacy sequential network applications; parallelizing sequential network applications; sequential TCP SYN flood detection program; sequential code control flow; single program multiple data parallel programming style; Arrays; Engines; Floods; IP networks; Memory management; Servers; Parallel; concurrent programming; customized lock-free data structure; network applications;
fLanguage
English
Publisher
ieee
Conference_Titel
Communications and Networking in China (CHINACOM), 2012 7th International ICST Conference on
Conference_Location
Kun Ming
Print_ISBN
978-1-4673-2698-8
Electronic_ISBN
978-1-4673-2697-1
Type
conf
DOI
10.1109/ChinaCom.2012.6417441
Filename
6417441
Link To Document