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 parallel requests supported? #11

Open
DioF opened this issue Aug 29, 2013 · 1 comment
Open

Are parallel requests supported? #11

DioF opened this issue Aug 29, 2013 · 1 comment

Comments

@DioF
Copy link

DioF commented Aug 29, 2013

From my experience parallel requests are not supported in the way one would expect. Example: I trigger 3 requests more or less concurrently. Say, each request takes 10 seconds to complete. Now these 3 requests are queued somehow and processed one by one, so that the last one will finish after ~30 seconds.

Am I missing something or is it just not possible to do this parallel?

@jgauffin
Copy link
Owner

they should be able to run in parallel if they are requested on different connections

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