This HTML5 document contains 86 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

Namespace Prefixes

PrefixIRI
dbpedia-dehttp://de.dbpedia.org/resource/
dctermshttp://purl.org/dc/terms/
yago-reshttp://yago-knowledge.org/resource/
dbohttp://dbpedia.org/ontology/
n27http://dbpedia.org/resource/Wiktionary:
foafhttp://xmlns.com/foaf/0.1/
n4https://global.dbpedia.org/id/
yagohttp://dbpedia.org/class/yago/
schemahttp://schema.org/
dbthttp://dbpedia.org/resource/Template:
rdfshttp://www.w3.org/2000/01/rdf-schema#
n23https://archive.today/20130222023327/http:/www.modruby.net/
freebasehttp://rdf.freebase.com/ns/
dbpedia-elhttp://el.dbpedia.org/resource/
n19http://www.rubyinside.com/
n9http://
n15http://www.w3.org/2006/03/wn/wn20/instances/
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
owlhttp://www.w3.org/2002/07/owl#
n26https://github.com/matsumoto-r/
wikipedia-enhttp://en.wikipedia.org/wiki/
dbphttp://dbpedia.org/property/
dbchttp://dbpedia.org/resource/Category:
provhttp://www.w3.org/ns/prov#
xsdhhttp://www.w3.org/2001/XMLSchema#
wikidatahttp://www.wikidata.org/entity/
goldhttp://purl.org/linguistics/gold/
dbrhttp://dbpedia.org/resource/

Statements

Subject Item
dbr:Ruby_on_Rails
dbo:wikiPageWikiLink
dbr:Mod_ruby
Subject Item
dbr:ERuby
dbo:wikiPageWikiLink
dbr:Mod_ruby
Subject Item
dbr:Mod_ruby
rdf:type
yago:Faculty105650329 dbo:Work yago:Cognition100023271 yago:Software106566077 yago:PsychologicalFeature100023100 yago:Code106355894 yago:WikicatApacheHttpdModules yago:Communication100033020 schema:CreativeWork yago:Writing106359877 wikidata:Q386724 yago:CodingSystem106353757 dbo:Software wikidata:Q7397 yago:WrittenCommunication106349220 yago:Ability105616246 yago:Abstraction100002137 owl:Thing
rdfs:label
Mod ruby Mod ruby Mod ruby
rdfs:comment
Ο mod_ruby είναι ένας ενσωματωμένος διερμηνέας της Ruby για τον εξυπηρετητή Ιστού Apache που επιτρέπει την εκτέλεση άμεσα κώδικα σε Ruby, γρηγορότερα από άλλες μεθόδους CGI. Έχει το μειονέκτημα ότι η κοινή χρήση των κλάσεων που γίνεται κλασικά ανάμεσα στις διεργασίες του Apache δεν είναι ασφαλής για πολλαπλές εφαρμογές (δηλ. πολλαπλές εφαρμογές Ruby on Rails που εκτελούνται ταυτόχρονα). mod_ruby ist ein eingebetteter Ruby-Interpreter für den Apache web server, der es erlaubt, Ruby-Code direkt innerhalb von Apache auszuführen, schneller als mit anderen CGI-Methoden. Der Nachteil ist, dass das Teilen von Klassen zwischen den Apache-Prozessen beim gleichzeitigen Betrieb von mehreren Applikationen nicht sicher ist, das heißt, dass mehrere Ruby-on-Rails-Applikationen gleichzeitig laufen. Heute ist mod_ruby weitgehend durch Phusion Passenger verdrängt bzw. ersetzt worden. 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.
foaf:name
mod_ruby
foaf:homepage
n9:www.modruby.net
dbp:name
mod_ruby
dcterms:subject
dbc:Apache_httpd_modules dbc:Ruby_(programming_language) dbc:Discontinued_software dbc:Articles_with_underscores_in_the_title
dbo:wikiPageID
3883062
dbo:wikiPageRevisionID
1057699370
dbo:wikiPageWikiLink
dbc:Apache_httpd_modules dbr:Mruby dbr:Mod_php dbr:Mod_perl dbr:Interpreter_(computing) dbr:Mod_wsgi dbc:Ruby_(programming_language) dbr:Ruby_programming_language dbr:Phusion_Passenger dbc:Discontinued_software dbr:Common_Gateway_Interface dbr:Ruby_on_Rails dbr:Apache_web_server dbr:Mod_python dbc:Articles_with_underscores_in_the_title n27:embed
dbo:wikiPageExternalLink
n19:no-true-mod_ruby-is-damaging-rubys-viability-on-the-web-693.html n23: n9:www.modruby.net n26:mod_mruby
owl:sameAs
n4:2t4ee yago-res:Mod_ruby wikidata:Q310864 dbpedia-de:Mod_ruby dbpedia-el:Mod_ruby freebase:m.0b4y23
dbp:wikiPageUsesTemplate
dbt:Ruby_programming_language dbt:Reflist dbt:Compu-lang-stub dbt:Infobox_Software dbt:Web_interfaces dbt:Start_date_and_age dbt:Third-party dbt:Notability
dbp:latestReleaseDate
2008-11-08
dbp:latestReleaseVersion
1.3
dbp:website
n9:www.modruby.net
dbo:abstract
Ο mod_ruby είναι ένας ενσωματωμένος διερμηνέας της Ruby για τον εξυπηρετητή Ιστού Apache που επιτρέπει την εκτέλεση άμεσα κώδικα σε Ruby, γρηγορότερα από άλλες μεθόδους CGI. Έχει το μειονέκτημα ότι η κοινή χρήση των κλάσεων που γίνεται κλασικά ανάμεσα στις διεργασίες του Apache δεν είναι ασφαλής για πολλαπλές εφαρμογές (δηλ. πολλαπλές εφαρμογές Ruby on Rails που εκτελούνται ταυτόχρονα). mod_ruby ist ein eingebetteter Ruby-Interpreter für den Apache web server, der es erlaubt, Ruby-Code direkt innerhalb von Apache auszuführen, schneller als mit anderen CGI-Methoden. Der Nachteil ist, dass das Teilen von Klassen zwischen den Apache-Prozessen beim gleichzeitigen Betrieb von mehreren Applikationen nicht sicher ist, das heißt, dass mehrere Ruby-on-Rails-Applikationen gleichzeitig laufen. Heute ist mod_ruby weitgehend durch Phusion Passenger verdrängt bzw. ersetzt worden. 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.
gold:hypernym
dbr:Module
dbp:wordnet_type
n15:synset-software-noun-1
prov:wasDerivedFrom
wikipedia-en:Mod_ruby?oldid=1057699370&ns=0
dbo:wikiPageLength
2157
dbo:latestReleaseDate
2008-11-08
dbo:latestReleaseVersion
1.3.0
foaf:isPrimaryTopicOf
wikipedia-en:Mod_ruby
Subject Item
dbr:List_of_Apache_modules
dbo:wikiPageWikiLink
dbr:Mod_ruby
Subject Item
dbr:FastCGI
dbo:wikiPageWikiLink
dbr:Mod_ruby
Subject Item
dbr:Phusion_Passenger
dbo:wikiPageWikiLink
dbr:Mod_ruby
Subject Item
wikipedia-en:Mod_ruby
foaf:primaryTopic
dbr:Mod_ruby