Terry-Mao / gopush-cluster

Golang push server cluster
GNU General Public License v3.0
2.08k stars 558 forks source link

推送速度 #23

Closed He-Pin closed 10 years ago

He-Pin commented 10 years ago

如果playload是512byte,每秒可以推送多少个啊

Terry-Mao commented 10 years ago

单机30万左右

He-Pin commented 10 years ago

每秒么?如果客户端不在线呢?上线后就可以收到对么,掉消息不呢?

Terry-Mao commented 10 years ago

每秒,不在线或者在线,都会持久化消息到message 模块,上线以后,根据上次获取到的消息ID,来获取离线消息

He-Pin commented 10 years ago

thanks ,你的message 放到了redis哇,我现在在学scala,golang没IDE,疼啊

Terry-Mao commented 10 years ago

支持redis和 mysql。

He-Pin commented 10 years ago

貌似目前没有Webui是吧,thanks.