Difference between revisions of "IPVS"

From LVSKB
Jump to: navigation, search
 
Line 1: Line 1:
This page is write all the wishes for IPVS development.
+
IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer before a cluster of real servers, it can direct requests for TCP/UDP based services to the real servers, and makes services of the real servers to appear as a virtual service on a single IP address.This page is write all the wishes for IPVS development.
 
+
'''Remember''': you can ask for features as long as you want, but that won't make such features appear magically. :) Basically, you have these options:
+
* get your hands dirty, program and submit code to LVS
+
* convince other programmers that your wanted feature is valuable to them so that the programmers do it for you (and the rest of the community)
+
* put some bounty on a feature development and wait until someone wants to earn some money
+
 
+
== Feature List ==
+

Revision as of 09:32, 21 May 2005

IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux kernel, so called Layer-4 switching. IPVS running on a host acts as a load balancer before a cluster of real servers, it can direct requests for TCP/UDP based services to the real servers, and makes services of the real servers to appear as a virtual service on a single IP address.This page is write all the wishes for IPVS development.