Subject: Best way to start new ruby script?
From: Marcus Andersson <m-lists@ i a s
Date: Thu, 9 Mar 2006 06:17:06 +0900
I have a long running process that I want to start from a Rails request.
But, because it takes so long to execute, I want to start it in a
separate process and then return. What is the best way to do that?
Thanks
/Marcus