Parallelizing Sequential Network Applications with Customized Lock-Free Data Structures

Junchang Wang,Kai Zhang,Bei Hua
DOI: https://doi.org/10.1109/chinacom.2012.6417441
2012-01-01
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.
What problem does this paper attempt to address?