In ruby, is it possible to specify to call another ruby script using the same ruby interpreter as the original script is being run by?
For example, if a.rb runs b.rb
http://en.wikibooks.org/wiki/Ruby_Programming/Running_Multiple_Processes might help