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

Sockets is much slower than Libuv is some cases #2991

Closed sebastienros closed 5 years ago

sebastienros commented 6 years ago

Some examples in the comments from this issue https://github.com/aspnet/KestrelHttpServer/issues/2621

akatz0813 commented 6 years ago

@sebastienros how likely is it that this fixed the issues? https://github.com/aspnet/KestrelHttpServer/issues/2694

sebastienros commented 6 years ago

It's definitely possible. Please try that.

MatthewLymer commented 5 years ago

Migrating to aspnetcore 2.1.5 solved the issue for me

sebastienros commented 5 years ago

Thank you for the update