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

Provide support for running MsQuic connection thread using application defined threads and scheduling model #4749

Open
srsubra opened this issue Jan 17, 2025 · 0 comments
Labels
feature request A request for new functionality

Comments

@srsubra
Copy link

srsubra commented Jan 17, 2025

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

@srsubra srsubra added the feature request A request for new functionality label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A request for new functionality
Projects
None yet
Development

No branches or pull requests

1 participant