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

Max Connections #12

Closed
stephenstubbs opened this issue May 30, 2013 · 2 comments
Closed

Max Connections #12

stephenstubbs opened this issue May 30, 2013 · 2 comments

Comments

@stephenstubbs
Copy link

I am having an issue running the example where everything works in the first 6 open pages but from the 7th onwards they become incredibly slow. I have tried running it with gevent and multiple workers and experience the same issue.

@Novarg
Copy link

Novarg commented Feb 17, 2014

@crazyconoli a bit late after 9 month but i get in the same situation and leave my response for somebody else that can face the same problem.

The reason is because browser support limited connections to one domain. If you use persistent connections in few tabs you just goes over limit and your browser stop to make responses (queue them until get a free slot). I ended up with creation of few subdomains and connect to sse endpoint there while main domain kept without persistent connections. This way has a drawback - you can't have authorized sse connection. You will get requests from anonymous user as auth cookies won't be sent on subdomain from main domain.

@niwinz
Copy link
Owner

niwinz commented Jul 12, 2014

This project is unmaintained. Sorry for inconvenience.

@niwinz niwinz closed this as completed Jul 12, 2014
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

3 participants