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 distributing 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.

link|improve this question

33% accept rate
feedback

1 Answer

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.