Git Product home page Git Product logo

okra-ax's Introduction

Okra-Ax分布式架构

基于Okra-Ax框架的分布式架构方案.

服务器结构

  Client * N  <-> Login * N
      \         /
       Gate * N  <----------> Remote * N
                \              /
                 Monitor * N

[Login]: 负责验证用户的登录信息, 负责长连接的负载均衡。分配Client到Gate集群中. [Gate]: 负责负载Client的长连接,分发上行(客户端发送给服务器的称之为上行)请求,推送下行消息(服务器发送给客户端的消息称之为下行)。 [Remote]: 分布式服务节点, 提供系统所需要的各种服务. [Monitor]: 负责监控服务器运行状况,查看节点负载情况等

注释:

  1. 内部通信使用Google Protocol Buffer作为序列化/反序列化协议. 减少通信量, 增加IO吞吐量. 见{@link org.ogcs.ax.gpb.OkraAx}

okra-ax's People

Contributors

tinyzzh avatar

Watchers

 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.