src: i.imgur.com
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 (e.g., multiple Ruby on Rails applications running simultaneously).
There is also the similar mod_mruby for mruby, a lightweight Ruby implementation.
As of at least 2015, the project seems to no longer be under active development.
Video Mod ruby
See also
- Phusion Passenger (mod_rails/mod_rack)
- mod_perl
- mod_php
- mod_python
- mod_wsgi
Maps Mod ruby
Notes
src: toplighter.ru
External links
- mod_ruby project
- No True "mod_ruby" Is Damaging Ruby's Viability On The Web
Source of article : Wikipedia