I've a Rails server that runs flawless at the moment (Ruby Enterprise + Passenger + Apache).
It should also to run some independent ruby scripts (setting up localhost XML-RPC servers) on the background. What is the best way to do this?
Thanks in advance!