running several rails apps..

i am currently running four concurrent rails apps on the same server.. they are all running as individual mongrel apps..

this seems to be an inefficient use of memory..

is there a better way to do this?

thanks!

i am currently running four concurrent rails apps on the same server.. they are all running as individual mongrel apps..

this seems to be an inefficient use of memory..

is there a better way to do this?

IIRC if you use mod_rails along side with their version of ruby you'll
save a lot of the memory associated with having multiple copies of the
rails framework in memory.

Fred