Mod proxy bytraffic Load Balancing Method: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 9: Line 9:
=Overview=
=Overview=


This method performs weighted traffic byte counting. The algorithm is similar to [[Mod proxy byrequests Load Balancing Method|byrequests]], in that each member has an allocated loadfactor, but the factor is applied to the number of bytes the worker has ''either seen or produced''.
This method performs weighted traffic byte counting. The algorithm is similar to [[Mod proxy byrequests Load Balancing Method|byrequests]], in that each member has an associated loadfactor, but the factor is applied to the number of bytes the worker has ''either seen or produced''.

Revision as of 23:10, 9 January 2017

External

Internal

Overview

This method performs weighted traffic byte counting. The algorithm is similar to byrequests, in that each member has an associated loadfactor, but the factor is applied to the number of bytes the worker has either seen or produced.