Jesse Newland

8 Posts tagged with queue

skynet

Skynet is an open source Ruby implementation of Google‘s MapReduce framework, created at Geni.

delayed_job

Database based asynchronously priority queue system -- Extracted from Shopify

starling and asynchrous tasks in ruby on rails

a plugin called 'workling' that integrates starling into your rails app

evented starling

defunkt is a badass. that is all.

sudo gem install starling

Starling is a light-weight persistent queue server that speaks the MemCache protocol. It was built to drive Twitter's backend, and is in production across Twitter's cluster.

skynet

Skynet is an open source Ruby implementation of Google’s Map/Reduce framework, created at Geni.com. With Skynet, one can easily convert a time-consuming serial task, such as a computationally expensive Rails migration, into a distributed program running

sparrow

Sparrow is a really fast lightweight queue written in Ruby that speaks memcached. That means you can use Sparrow with any memcached client library (Ruby or otherwise). Sparrow was inspired by Twitter's Starling.

Beanstalkd

beanstalkd is a fast, distributed, in-memory workqueue service. Its interface is generic, but is intended for use in reducing the latency of page views in high-volume web applications by running most time-consuming tasks asynchronously.
What is this?