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

Requests block each other #19

Closed
JoergFechner opened this issue Oct 29, 2020 · 5 comments
Closed

Requests block each other #19

JoergFechner opened this issue Oct 29, 2020 · 5 comments
Labels

Comments

@JoergFechner
Copy link

Requests block each other

In the application we fire two asynchronous requests.

The time for a response is
Request 1 = 5.70 sec
Request 2 = 7.29 sec

If I only copy the url for the Request and put it into the browser I get the following response
Request 1 = 1.26 sec
Request 2 = 5.76 sec

Link to reproduction sandbox

not possible to do that

Expected result

similar response time in the application

@JoergFechner
Copy link
Author

Does anybody has a solution for this problem?

@stale
Copy link

stale bot commented Jun 26, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jun 26, 2021
@markdirish markdirish removed the stale label Jun 28, 2021
@markdirish
Copy link
Contributor

Are these the very first requests you make? The previous version of the underlying ODBC connector had a very long pool start up time. It would create all 10 connections before letting any queries run. The new version (2.4.0) creates one connection, then starts letting queries run while it creates the other 9 on a separate thread. This might fix your issue, and when #20 gets merged in you should be able to just update and check.

@stale
Copy link

stale bot commented Sep 12, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 12, 2021
@stale
Copy link

stale bot commented Sep 26, 2021

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

@stale stale bot closed this as completed Sep 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants