#366 Sidekiq


Jul 18 2012 10 mins  
Sidekiq allows you to move jobs into the background for asynchronous processing. It uses threads instead of forks so it is much more efficient with memory compared to Resque.