Jump to content

mod_ruby

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 87.48.87.62 (talk) at 18:47, 28 December 2008. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
mod_ruby
Stable release
1.3.0 / November 8, 2008 (2008-11-08)
Repository
Websitehttp://www.modruby.net

mod_ruby is an embedded Ruby interpreter of the Apache web server to allow Ruby code to execute natively, faster than other CGI methods. Its drawback is that the characteristic sharing of classes among Apache processes is not safe for multiple applications[citation needed] (e.g. multiple Ruby on Rails applications running simultaneously).

See also