Replies: 1 comment
-
My general advice is about 5,000 to 10,000 fibers per process before GC becomes a problem (hopefully we can fix this). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to know the upper bound of concurrency for my system and I'm guessing this would be a popular request.
I've pushed the limits of my machine to see what is possible. I've seen the following errors and have experienced scripts that never exit.
This RubyConf video on Async Ruby mentioned a maximum number of ports but what are some other things to monitor?
Beta Was this translation helpful? Give feedback.
All reactions