-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
DOTNET_SYSTEM_NET_SOCKETS_INLINE_COMPLETIONS and UnsafePreferInlineScheduling Support #59157
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Can you share more details? |
Tagging subscribers to this area: @dotnet/ncl Issue DetailsI have being using this with great results for more than a year now, any plans for making this more "official"?
|
I talked a bit about that here: But long story short: since the change of how sockets queue work in linux, my app had some performance regressions. |
At least for Kestrel defaults to |
Yes, and i had this problem (deadlocks), that actually led to improvements as some code paths were silently blocking. |
Triage: Currently we do not have plans to productize it, but we want to do more investigation in 7.0 + collect feedback from users who use, so we will keep it open. |
Please consider making this option as supported instead of experiment if not on by default. |
I have being using this with great results for more than a year now, any plans for making this more "official"?
The text was updated successfully, but these errors were encountered: