aspnet / HttpSysServer

[Archived] A web server for ASP.NET Core based on the Windows Http Server API. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
106 stars 39 forks source link

SetRequestProcessingLimits support? #382

Closed kadukf closed 6 years ago

kadukf commented 7 years ago

Is there a way to limit the max number of actual processing requests w/o accepting new requests from the listener? The similar thing what was implemented in Katana by calling "SetRequestProcessingLimits" ?

Tratcher commented 7 years ago

No, there is no matching setting.

Tratcher commented 7 years ago

@shirhatti at some point we're going to need to consider some form of back pressure here to keep from completely flooding the thread pool queue and memory.