-
Notifications
You must be signed in to change notification settings - Fork 530
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 Thread Creation Logic #4531
Conversation
Is the fix for only winuser? |
Some of the fixes were. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4531 +/- ##
==========================================
- Coverage 86.24% 85.12% -1.12%
==========================================
Files 56 56
Lines 15520 15527 +7
==========================================
- Hits 13385 13218 -167
- Misses 2135 2309 +174 ☔ View full report in Codecov by Sentry. |
Looks really good! Just 1 question. Where did we get the confidence that there won't be any breaking changes in the "Scavenger" or "Real time" execution profile modes? At least according to CodeCov bot those paths weren't exercised. |
AFAIK no one uses those execution modes, so we should be fine. |
Description
This PR improves various parts of thread creation in MsQuic. Most notably it adds the ability for apps to configure usage of high priority threads (not enabled by default). It also fixes/improves setting the ideal processor on systems with more than 64 procs in user mode. Also, it improves the default flags used in various places. Finally, it adds logs for various failures in thread creation.
Testing
Manual secnetperf over localhost.
CI/CD
Documentation
N/A