Contributed by: akira on 2010年 7月24日(土) 09:13 JST
Last modified on
“mod_ruby uses a shared interpreter per Apache process, which means that multiple Rails applications on the same Apache setup with mod_ruby would share the framework classes. This doesn't work well with the Rails model of using class-level configuration attributes, so it’s considered unsafe to use mod_ruby and Rails with more than one application running per Apache setup, because different applications may start sharing the classes.
” Rubyインタプリタを共有するのでApache上でRailsアプリを複数稼動させられないですね。 速度的にはどうなんでしょう。
Passenger[*1]