Long report

I have a rails app that has the ability to export data to excel. The problem is that the report is very bug, so I need a way to reduce the waiting time of my clients.

My thought was, lunch some threads... but... is it safe in rails?

Pedro,

Backgroundrb (http://backgroundrb.rubyforge.org/) was designed to do exactly this. Check it out.