You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently MsQuic maintains it's own threads at the core layer for maintaining connection threads and uses the windows scheduler preemptive model for scheduling these threads.
Proposed solution
For a use case like SQL that has its own thread and scheduler model, running the MsQuic operations using the same scheduling model would provide tighter integration and better performance.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like supported
Currently MsQuic maintains it's own threads at the core layer for maintaining connection threads and uses the windows scheduler preemptive model for scheduling these threads.
Proposed solution
For a use case like SQL that has its own thread and scheduler model, running the MsQuic operations using the same scheduling model would provide tighter integration and better performance.
Additional context
No response
The text was updated successfully, but these errors were encountered: