David Fowler

Results 461 comments of David Fowler

@stephentoub good point. I know we "care" but we don't have any benchmarks for .NET Framework. @geeknoid How much do you care about this regressing .NET Framework performance?

> Host a .NET 7.0 Razor Pages web application on Windows 11. Wait for the site to stop responding to HTTP requests. I'm not sure this is enough to reproduce...

Nothing there looks inherently bad. When you get into this state, do new requests get stuck? Do requests to specific URLs get stuck? You mentioned this > The really strange...

> Surely this is enough for you guys to pinpoint the problem now? Not really but appreciate the narrowing down of the issue thus far. > builder.WebHost.UseUrls($"http://{DomainName}:8020"); What is DomainName?...

We'll take a deeper look at your application and see if we can reproduce given the instructions. For what I read on [this repository](https://github.com/shaynevanasperen/WebApplication) though it's not clear if the...

OK so I don't plan to setup a grafana agent. The repro steps you suggest are to deploy, hit it a few times and then leave it for a while...

Agreed, we should fix this and patch 7.0. I think there are maybe 2 high level approaches: 1. Find a way to move Results.Empty where RequestDelegateFactory is 2. Use reflection...