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.62k stars 526 forks source link

Use .NET Core 3.0 ThreadPool scheduling #3095

Closed benaadams closed 6 years ago

benaadams commented 6 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