Mod proxy bytraffic Load Balancing Method: Difference between revisions

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


This method performs weighted traffic byte counting.
This method performs weighted traffic byte counting. The algorithm is similar to [[]], 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''.

Revision as of 23:10, 9 January 2017

External

Internal

Overview

This method performs weighted traffic byte counting. The algorithm is similar to [[]], 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.