-
Hi there, It's not clear from docs or source code how tokio interacts with platform file descriptor limits. This has an impact on how many sockets can be opened or files opened. Is there some information pertaining to this? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
Oct 11, 2022
Replies: 1 comment 4 replies
-
You will get an error when trying to create a new file or socket if there are not enough descriptors. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
Noah-Kennedy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will get an error when trying to create a new file or socket if there are not enough descriptors.