Error Using 32K Fibers #178
Unanswered
keithrbennett
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Have you considered that httpbin might be dropping requests over a certain limit? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to see how many fibers I can use simultaneously without overloading my system, and it seems that it is not possible to use 32K fibers. Is there a configuration parameter I can use to set this? I tried
Async::HTTP::Internet.new(connection_limit: 65536)
, and that changed something, but I still get these warnings:Here is the method I am using:
The url I am using is
"https://httpbin.org/delay/0.0001
.What is the conventional wisdom regarding the maximum number of fibers to use at a time?
Beta Was this translation helpful? Give feedback.
All reactions