Jump to content

Mod ruby

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by HenryLi (talk | contribs) at 08:30, 29 January 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

mod_ruby is a embedded Ruby interpreter of the Apache web server to allow Ruby code executing natively and faster than other CGI methods. Its drawback is that the characteristic sharing of classes among Apache processes are not safe for multiple applications.