|
|
|
|
|
by jupp0r
453 days ago
|
|
The API looks nice on the surface, but this will be expensive to operate due to Ruby and Rails’ lack of support for concurrency. Everything is blocking, which is not a great match for the async nature of interacting with these models. |
|
https://thoughtbot.com/blog/my-adventure-with-async-ruby
First two hits on Google.