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

Sockets seem to be blocking #103

Open
3 tasks
fsandel opened this issue Sep 7, 2023 · 2 comments
Open
3 tasks

Sockets seem to be blocking #103

fsandel opened this issue Sep 7, 2023 · 2 comments
Labels
bug Something isn't working later will be checked later

Comments

@fsandel
Copy link
Collaborator

fsandel commented Sep 7, 2023

As a serveradmin I want a sturdy server that is able lots of requests from different sources and not block them if to many requests got send in the last time.

what happened

when trying to siege our webserver with 1000 requests from 25 clients at one point the server doesnt serve the request as fast as they come in anymore and it seems to be blocking.

what to do

  • find the exact point and reason when and why our server starts blocking the request (by sieging it)
  • solve the issue (maybe by unblocking the sockets)

definition of done

  • our server can take lots of requests from outside and is able to maintain a constant speed with slowing down really hard at some point
@fsandel fsandel added the bug Something isn't working label Sep 7, 2023
@fsandel
Copy link
Collaborator Author

fsandel commented Sep 11, 2023

It seems the first block starts after 16k requests

@fsandel
Copy link
Collaborator Author

fsandel commented Sep 12, 2023

Problem seems to happen due to siege stopping at ~16k, same problem at nginx, but lets still have an eye on it

@fsandel fsandel added the later will be checked later label Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working later will be checked later
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant