Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve performance with many threads (AspNetEnvironment & IISInstanceName) #134

Closed
304NotModified opened this issue May 1, 2017 · 0 comments · Fixed by #141
Closed

Comments

@304NotModified
Copy link
Member

304NotModified commented May 1, 2017

@304NotModified If the usage of ServiceLocator.ServiceProvider should be avoided. Then maybe these should also be fixed:

AspNetEnvironmentLayoutRenderer.cs
IISInstanceNameLayoutRenderer.cs

See #133

and

protected override void CloseLayoutRenderer()
{
   _httpContextAccessor = null;
   base.CloseLayoutRenderer();
}
@304NotModified 304NotModified added this to the Web.AspNetCore 4.4.0 + Web 4.4.1 milestone May 1, 2017
@304NotModified 304NotModified changed the title Improve performance with many threads ( AspNetEnvironment & IISInstanceName) Improve performance with many threads (AspNetEnvironment & IISInstanceName) May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant