Launching multiple Ruby instances - without having to resort to executing the Ruby binary is available in a few shapes and forms. JRuby allows to have multiple JRuby instances inside one process, each running on its own native thread. For MRI, why the lucky stiff provides the Sandbox Hack to do the same thing.
Recently Rubinius got proper support for launching Multiple Ruby Runtimes



Add your comment