Itsi Scheduler
DRANK

Itsi Scheduler is an implementation of a Ruby Fiber Scheduler. When combined with Itsi Server, you can write endpoints that look just like regular synchronous Ruby code. Behind the scenes, the scheduler will transparently pause and resume fibers to prevent threads from blocking, greatly increasing throughput for I/O-heavy workloads If you’re purely after a lightweight, yet efficient Ruby scheduler, you can use Itsi Scheduler as a standalone scheduler for any Ruby application.

itsi.fyi
Related Topics: