开发者

How to scale gevent-socketio server?

I'm planning to build a realtime service with gevent-socketio (released by Jeffrey Gelens). For some purposes, I need to scale my service with many gevent-socketio servers. I think it can be used as a reverse proxy (like nginx) for d开发者_如何学Goistributing requests across multiple Comet servers and use another server as a central session datastore, is it right?

I'm trying to modify gevent-socketio source code, but it's rather hard for me.


I think haproxy is most appropriate for proxying in this manner. You're on the right track with your approach.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜