Skip to content

Commit

Permalink
add qcon push service
Browse files Browse the repository at this point in the history
  • Loading branch information
rfyiamcool committed Nov 9, 2022
1 parent 73d9317 commit 52b228b
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@

[download in github](https://github.com/rfyiamcool/share_ppt/tags)

## MENU
## Agenda

- [Qcon海量长连接消息推送系统实践](#Qcon海量长连接消息推送系统实践)
- [网络编程那些事儿](#网络编程那些事儿)
- [Golang项目实战](#Golang项目实战)
- [Etcd的设计与实现](#Etcd的设计与实现)
Expand Down Expand Up @@ -42,6 +43,32 @@

## LIST

### Qcon海量长连接消息推送系统实践

#### 分享时间

2021-06-30
#### 内容

- 超百万的⻓连接接入
- 每天近 100 亿条消息
- 高峰值时每秒 70w+ 条消息 目标
- 如何尽量保证消息的低延迟
- 如何保证系统的高并发
- 如何保证消息的可靠性
- 如何保证系统的可用性
- ...

#### ppt地址

[下载地址](qcon_push_service.pdf)

#### 截图

<img src="images/qcon_push_service01.jpg" width="70%">
<img src="images/qcon_push_service02.jpg" width="70%">
<img src="images/qcon_push_service03.jpg" width="70%">

### 网络编程那些事儿

#### 分享时间
Expand Down
Binary file added images/qcon_push_service01.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/qcon_push_service02.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/qcon_push_service03.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/shark_home.jpg
Binary file not shown.
Binary file added qcon_push_service.pdf
Binary file not shown.

0 comments on commit 52b228b

Please sign in to comment.