You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
definition of done
The text was updated successfully, but these errors were encountered: