aspnet / KestrelHttpServer

[Archived] A cross platform web server for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
2.63k stars 528 forks source link

Use .NET Core 3.0 ThreadPool scheduling #3095

Closed benaadams closed 5 years ago

benaadams commented 5 years ago

On top of https://github.com/aspnet/KestrelHttpServer/pull/3093

Removes QUWIC allocations from the IOQueue

image

Resolves: https://github.com/aspnet/KestrelHttpServer/issues/3042