RubyFlow The Ruby and Rails community linklog

Implementing a worker pool from scratch

In order to improve performance of an application without using tonnes of resources the Worker Pool is a simple and efficient solution that powers many concurrency patterns. Here we are going to build one from scratch and explore some scheduling algorithms. https://hspazio.github.io/2017/worker-pool/

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in