ThreadPool: a Ruby antihero
Threading gets a bad wrap in Ruby - even still, you may be using thread pools everyday without even knowing it. Many of the most popular ruby gems use the concept of “pooling” to manage expensive resources. In this post, we’ll examine why thread pools are useful and take a test-driven approach to implementing one ourselves. https://rossta.net/blog/a-ruby-antihero-thread-pool.html
Post a comment