I'm working on a project with a friend where we've been using Resque for processing various commands from data input inside our rails application on a minute to minute basis.
We've been messing around with the idea of using Sidekiq because it is multi-threaded and won't be a memory hog and won't need to boot a ruby env for each worker.
I'm hoping to gather some thoughts and opinions from people that use Resque and Sidekiq in real time and explain the differences.
So, what are the pros and cons of Sidekiq against Resque?