Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About the gate server #1

Open
applerao opened this issue Nov 26, 2012 · 1 comment
Open

About the gate server #1

applerao opened this issue Nov 26, 2012 · 1 comment

Comments

@applerao
Copy link

Since every request to connector server need to query the gate server first to determine which connector server to connect, the gate server will have a great pressure, how to resolve this problem then?

@changchang
Copy link

@applerao Yeah, good question.

First of all, the gate server in the chatofpomelo, is a demo to describe the architecture and strategy . In fact, it could be a cluster of servers that provided entry querying service based on websocket or http or any protocol you like. You could scale up and do any load balance on the cluster as you wish.

Secondly, the gate server just handles the entry query requests and the logic should be very simple and the response would be return very quickly. It is unlikely to become a pressure focus easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants