I have been observing the developments in the RoR world with quite some interest lately. I think there are a few very significant improvements - the most important being the availability of mod_rails. The installation and setup is almost a no-brainer. I still remember the amount of pain it took to get Rails up and […]
State of RoR: the kids have it so easy
May 14th, 2008 · 3 Comments · Rails
BackgrounDRb a ruby library along with rails
April 25th, 2008 · No Comments · Rails
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 […]
Tags:backgroundrb·mutitask·Rails·Ruby