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

High load? #27

Closed
byaka opened this issue Feb 5, 2015 · 2 comments
Closed

High load? #27

byaka opened this issue Feb 5, 2015 · 2 comments

Comments

@byaka
Copy link

byaka commented Feb 5, 2015

When i'm give high load (5-10 connections at second from browsers via ajax) on simple server, writen with this lib, i have 'connection timed out'.
Without high load all work fine.
all json-rpc methods simple and no any special (no db connections or any long operations).

@nycholas
Copy link
Member

nycholas commented Feb 5, 2015

Hello,

I do not see a reason, but it would be great this case for performance testing.

You can show off your example?

Thank you.

@byaka
Copy link
Author

byaka commented Feb 6, 2015

i'm find then Flask in standart use allow only one connection per time.
Key threaded=True solve this (but ofcourse give some problems).
i'm watch to gevent as standalone wsgi container for flask in prodaction.

@byaka byaka closed this as completed Feb 6, 2015
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