Giter Site home page Giter Site logo

hsa-11_load_balansing's Introduction

Projector HW 11 - cdn

Upstream - random

Riga: 3312

Berlin: 3351

London: 3337

Upstream - least_conn

Riga: 3334

Berlin: 3328

London: 3338

Upstream - ip_hash

Riga: 10000

Berlin: 0

London: 0

Upstream - least_conn (with weight)

server projector_nginx_node_berlin:80 weight=2;
server projector_nginx_node_london:80 weight=5;
server projector_nginx_node_riga:80   weight=5;

Riga: 4166

Berlin: 1667

London: 4167

But when we apply cache after first 500 request we can see result like this

server projector_nginx_node_berlin:80 weight=1;
server projector_nginx_node_london:80 weight=1;
server projector_nginx_node_riga:80   weight=1;

Riga: 166

Berlin: 167

London: 9667

This means before 501 request we have uniform distribution. After it, London request was added to cache, and all next responses has cookies X-Node: London.

hsa-11_load_balansing's People

Contributors

mrkiril avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.