Since Rails is single threaded and can’t handle multiple requests at a time , when I need such functionality I was helpless.Then I came to know about BackgrounDRb a ruby library which will help us to make “RAILS” handle multiple requests at the same time.To make use of this library is pretty simple. Following […]
BackgrounDRb a ruby library along with rails
April 25th, 2008 · No Comments · Rails
Tags:backgroundrb·mutitask·Rails·Ruby