Design and Implementation of High-Performance Linux Kernel Based on HTTP Proxy

LIANG Da-ming,CHEN De-ren,ZHENG Xiao-lin
2005-01-01
Abstract:Traditional Linux HTTP Proxies were implemented in Linux user mode through using the network interface provided by the kernel. This disjunctive software architecture, under which the applications and the kernel were separated, seriously harmed the performance of HTTP proxies. In order to solve this problem, a A new approach was presented, in which an HTTP proxy was implemented in systems kernel mode. The design and implementation of the kernel mode HTTP proxy were given in details. According to our experimental results, kernel mode HTTP proxies performed much more effectively than user mode proxies.
What problem does this paper attempt to address?