Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index

CONFIG_IP_VS_LBLCR: locality-based least-connection with replication scheduling

General informations

The Linux kernel configuration item CONFIG_IP_VS_LBLCR has multiple definitions:

locality-based least-connection with replication scheduling found in net/netfilter/ipvs/Kconfig

The configuration item CONFIG_IP_VS_LBLCR:

Help text

The locality-based least-connection with replication scheduling algorithm is also for destination IP load balancing. It is usually used in cache cluster. It differs from the LBLC scheduling as follows: the load balancer maintains mappings from a target to a set of server nodes that can serve the target. Requests for a target are assigned to the least-connection node in the target's server set. If all the node in the server set are over loaded, it picks up a least-connection node in the cluster and adds it in the sever set for the target. If the server set has not been modified for the specified time, the most loaded node is removed from the server set, in order to avoid high degree of replication.

If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.

locality-based least-connection with replication scheduling found in net/ipv4/ipvs/Kconfig

The configuration item CONFIG_IP_VS_LBLCR:

Help text

The locality-based least-connection with replication scheduling algorithm is also for destination IP load balancing. It is usually used in cache cluster. It differs from the LBLC scheduling as follows: the load balancer maintains mappings from a target to a set of server nodes that can serve the target. Requests for a target are assigned to the least-connection node in the target's server set. If all the node in the server set are over loaded, it picks up a least-connection node in the cluster and adds it in the sever set for the target. If the server set has not been modified for the specified time, the most loaded node is removed from the server set, in order to avoid high degree of replication.

If you want to compile it in kernel, say Y. To compile it as a module, choose M here. If unsure, say N.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index

Automatically generated (in year 2024). See also LKDDb sources on GitLab