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 NNG_MAX_POLLER_THREADS #1749

Merged
merged 1 commit into from
Dec 30, 2023
Merged

provide NNG_MAX_POLLER_THREADS #1749

merged 1 commit into from
Dec 30, 2023

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Dec 30, 2023

This (defaults to 8) sets a limit on the number of poller threads that will be used for servicing I/Os. This is the size of the I/O completion port thread pool on Windows. POSIX pollers are generally not concurrent at present.

This (defaults to 8) sets a limit on the number of poller threads
that will be used for servicing I/Os.  This is the size of the
I/O completion port thread pool on Windows.  POSIX pollers are generally
not concurrent at present.
Copy link

codecov bot commented Dec 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3298ac1) 79.36% compared to head (d0e30d8) 79.34%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1749      +/-   ##
==========================================
- Coverage   79.36%   79.34%   -0.03%     
==========================================
  Files          94       94              
  Lines       21013    21013              
==========================================
- Hits        16677    16672       -5     
- Misses       4336     4341       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@JaylinYu
Copy link
Contributor

Praise to IOCP

@gdamore gdamore merged commit d0e30d8 into master Dec 30, 2023
17 of 18 checks passed
@gdamore gdamore deleted the gdamore/poller-thread-limit branch December 30, 2023 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants