KTCPVS stands for Kernel TCP Virtual Server. It implements application- level load balancing inside the Linux kernel, so called Layer-7 switching. Since the overhead of layer-7 switching in user-space is very high, it is good to implement it inside the kernel in order to avoid the overhead of context switching and memory copying between user-space and kernel-space. Although the scalability of KTCPVS is lower than that of IPVS (IP Virtual Server), it is flexible, because the content of request is known before the request is redirected to one server.
... part of T2, get it here
URL: http://www.linuxvirtualserver.org/software/ktcpvs/ktcpvs.html
Author: Wensong Zhang <wensong [at] linux-vs [dot] org>
Maintainer: The T2 Project <t2 [at] t2-project [dot] org>
License: GPL
Status: Alpha
Version: 0.0.18
Download: http://www.linuxvirtualserver.org/software/ktcpvs/ ktcpvs-0.0.18.tar.gz
T2 source: honor_kernelsource.patch
T2 source: hotfix-make_install.patch
T2 source: ktcpvs.cache
T2 source: ktcpvs.conf
T2 source: ktcpvs.desc
T2 source: postlinux.conf
Build time (on reference hardware): 1% (relative to binutils)2
Installed size (on reference hardware): 0.06 MB, 11 files
Dependencies (build time detected): 00-dirtree bash binutils coreutils diffutils findutils gawk grep linux-header make patch sed tar
Installed files (on reference hardware): n.a.
1) This page was automatically generated from the T2 package source. Corrections, such as dead links, URL changes or typos need to be performed directly on that source.
2) Compatible with Linux From Scratch's "Standard Build Unit" (SBU).