mod_ruby
From Wikipedia, the free encyclopedia
| Stable release | 1.3.0 / November 8, 2008 |
|---|---|
| Website | http://modruby.net |
mod_ruby is a module that embeds the Ruby interpreter into 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[1] (e.g. multiple Ruby on Rails applications running simultaneously).
See also [edit]
Notes [edit]
- ^ mod_ruby Wiki, explaining the security problem of mod_ruby.
External links [edit]
|
|||||||||||||||||||||||||||
|
|||||||||||||||||||||||
| This programming language–related article is a stub. You can help Wikipedia by expanding it. |