S
S
Samarkand2017-08-29 19:19:26
ruby
Samarkand, 2017-08-29 19:19:26

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

1 answer(s)
A
Andrey Demidenko, 2017-08-30
@Samarkand

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 question

Ask a Question

731 491 924 answers to any question