Introduction to Concurrency Models: Processes, Threads, GIL, EventMachine, Fibers
In the blog post, I describe the differences between Processes, Threads, what the GIL is, EventMachine and Fibers in Ruby. When to use which of the models, which open-source projects use them, what the pros and cons are. https://engineering.universe.com/introduction-to-concurrency-models-with-ruby-part-i-550d0dbb970
Comments
This was an amazing post, thank you!
@JANKO MAROHNIĆ thanks!
Post a comment