KTCPVS

From LVSKB
Revision as of 10:44, 28 May 2005 by Wensong (Talk | contribs) (Content-based Schedulers)

Jump to: navigation, search

Introduction

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.

Architecture

Content-based Schedulers

Implementation