Quantcast
Channel: ASP.NET Core
Viewing all articles
Browse latest Browse all 9386

maximum number of concurrent request?

$
0
0

I wrote custom the middleware to implement custom authorization in asp.net core. It works normally but if it put my app on load test and make 1000 request in 10 seconds(etc)

I am getting empty httpContext @ invoke in the middleware. Is this mean there is limitation on how people can make request within certain time? 

In side of Configure function this is what i specified for the middle ware.

app.UseStaticFiles();
app.UseAuthentication();
app.UseRewritePath();


Viewing all articles
Browse latest Browse all 9386

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>