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.
精彩评论