Answer the question
In order to leave comments, you need to log in
What are the problems with threads in Ruby?
What problems with threads remain in modern versions of Ruby?
Are there any restrictions when writing multi-threaded applications?
Answer the question
In order to leave comments, you need to log in
In MRI, all threads are "green", in fact, 1 thread will always be executed, it will simply switch between them. More about GIL
If you want a really multi-threaded application, then use JRuby
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question