davidfowl / AspNetCoreDiagnosticScenarios

This repository has examples of broken patterns in ASP.NET Core applications
7.69k stars 740 forks source link

Removed note about expensive context switching #38

Closed naraga closed 5 years ago

naraga commented 5 years ago

Context switching applies to all threads, not only those in managed thread pool. So if i create one manually (as advised in this section) i increase the overall cost of context switching regardless.