Nic Lin's Blog

喜歡在地上滾的工程師

delayed_job 與 sidekiq 兩套 gem, 他們之間的差異

delayed_job (https://github.com/collectiveidea/delayed_job) 使用關聯式資料庫,非常方便安裝使用。

sidekiq (http://sidekiq.org/) 使用高效能的Redis (http://redis.io/): key-value store來儲存要執行的任務,並且善用多執行序來增加效能,號稱可以以一個process抵上20個delayed_job的processes。

comments powered by Disqus