README.markdown in ost-0.0.1 vs README.markdown in ost-0.0.2
- old
+ new
@@ -1,10 +1,12 @@
Ost
===
Redis based queues and workers.
+![Ost Cafe, by Arancia Project](http://farm4.static.flickr.com/3255/3161710005_36566b8a9e.jpg)
+
Description
-----------
**Ost** makes it easy to enqueue object ids and process them with workers.
@@ -71,17 +73,17 @@
Differences with Delayed::Job and Resque
--------------------------------------
Both [Delayed::Job](http://github.com/tobi/delayed_job) and [Resque](http://github.com/defunkt/resque)
-provide queues and workers (the later using Redis). They provide dumb workers that process jobs, which are specialized for each task. The specialization takes place in the application side, and the job is serialized and pushed into a queue.
+provide queues and workers (the latter using Redis). They provide dumb workers that process jobs, which are specialized for each task. The specialization takes place in the application side, and the job is serialized and pushed into a queue.
**Ost**, by contrast, just pushes numbers into specialized queues, and uses workers that are subscribed to specific queues and know what to do with the items they get. The total sum of logic is almost the same.
Installation
------------
- $ sudo gem install ost
+ $ gem install ost
License
-------
Copyright (c) 2010 Michel Martens