Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IP_VS_LBLC
has multiple definitions:
net/netfilter/ipvs/Kconfig
The configuration item CONFIG_IP_VS_LBLC:
(none)
ip_vs_lblc
, ip_vs_lblc
The locality-based least-connection scheduling algorithm is for destination IP load balancing. It is usually used in cache cluster. This algorithm usually directs packet destined for an IP address to its server if the server is alive and under load. If the server is overloaded (its active connection numbers is larger than its weight) and there is a server in its half load, then allocate the weighted least-connection server to this IP address.
If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.
net/ipv4/ipvs/Kconfig
The configuration item CONFIG_IP_VS_LBLC:
(none)
ip_vs_lblc
, ip_vs_lblc
The locality-based least-connection scheduling algorithm is for destination IP load balancing. It is usually used in cache cluster. This algorithm usually directs packet destined for an IP address to its server if the server is alive and under load. If the server is overloaded (its active connection numbers is larger than its weight) and there is a server in its half load, then allocate the weighted least-connection server to this IP address.
If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.
Raw data from LKDDb:
lkddb module ip_vs_lblc CONFIG_IP_VS_LBLC : net/ipv4/ipvs/Kconfig : "locality-based least-connection scheduling" # in 2.6.0–2.6.27
lkddb module ip_vs_lblc CONFIG_IP_VS_LBLC : net/netfilter/ipvs/Kconfig : "locality-based least-connection scheduling" # in 2.6.28–2.6.39, 3.0–3.19, 4.0–4.20, 5.0–5.19, 6.0–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab