6 Star 10 Fork 13

RT-Thread-Mirror / EV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
design.md 801 Bytes
一键复制 编辑 原始数据 按行查看 历史
sogw 提交于 2020-02-14 11:01 . docs: update

DESIGN

The main principle that EV follows is utility.

TODO DIAGRAM

Pub-Sub

Introduction to pub-sub pattern

https://realtimeapi.io/hub/publishsubscribe-pattern/

https://docs.microsoft.com/en-us/azure/architecture/patterns/publisher-subscriber

What does pub-sub look like in EV ?

The implementation of pub-sub is in the pss file. the latest version is 0.1.0

version:0.1.0

  • single instance
  • topic-based
  • pre-defined topic and O(1) search
  • 'dead' broker and serial distribution (which means when the publisher publishs a message, the cpu will be occupied by the broker until all message distributions are complete. and no buffer)
C
1
https://gitee.com/RT-Thread-Mirror/EV.git
git@gitee.com:RT-Thread-Mirror/EV.git
RT-Thread-Mirror
EV
EV
master

搜索帮助