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

Are requests asynchronous? #312

Closed
ghost opened this issue Aug 4, 2015 · 1 comment
Closed

Are requests asynchronous? #312

ghost opened this issue Aug 4, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 4, 2015

I understand that requests should be asynchronous when wrapped in gevent. However, I am not able to get above 16 r/s for one application with extremely slow response times (no matter how many users I use). I am thinking then, that requests are actually waiting for responses before Locust fires off another request.

@cgoldberg
Copy link
Member

client requests inside a task are implemented with python-requests... they are synchronous.

@ghost ghost closed this as completed Aug 15, 2015
This issue was closed.
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

1 participant