Simple Common Gateway Interface (original) (raw)

About DBpedia

Simple Common Gateway Interface (amb acrònim SCGI) o interfície de porta comú simple, és un protocol estàndard per als servidors web que permet executar programes com si fossin aplicacions de consola (també coneguts com a línia d'ordres) que s'executen al servidor tot generant pàgines web de manera dinàmica. A diferència del CGI, el protocol SCGI té major velocitat (menor latència). SCGI és similar al protocol FastCGI.

Property Value
dbo:abstract Simple Common Gateway Interface (amb acrònim SCGI) o interfície de porta comú simple, és un protocol estàndard per als servidors web que permet executar programes com si fossin aplicacions de consola (també coneguts com a línia d'ordres) que s'executen al servidor tot generant pàgines web de manera dinàmica. A diferència del CGI, el protocol SCGI té major velocitat (menor latència). SCGI és similar al protocol FastCGI. (ca) Das Simple Common Gateway Interface (SCGI) ist ein textbasiertes Netzwerkprotokoll für die Anbindung eines Anwendungsservers an einen Webserver. Es ist eine Alternative zu HTTP und dem klassischen CGI und ähnelt dem FastCGI-Protokoll. Die Spezifikation wurde von Neil Schemenauer erstellt und am 12. Januar 2006 als gemeinfreie Spezifikation veröffentlicht. Im Vergleich zu FastCGI ist das SCGI-Protokoll einfacher zu implementieren; moderne Webserver bieten mittlerweile gleichermaßen Unterstützung für FastCGI und SCGI an. (de) Simple Common Gateway Interface o SCGI ("interfaz de entrada común simple") es un protocolo que fue creado como alternativa al protocolo Common Gateway Interface (CGI). Es un estándar para aplicaciones que utilizan interfaces con servidores HTTP. Es muy similar al protocolo FastCGI pero se diseñó para ser más fácil de implementar. (es) Le protocole Simple Common Gateway Interface (SCGI) est un remplaçant du protocole CGI. Il est similaire à FastCGI, mais il est plus facile à mettre en place. (fr) The Simple Common Gateway Interface (SCGI) is a protocol for applications to interface with HTTP servers, as an alternative to the CGI protocol. It is similar to FastCGI but is designed to be easier to parse. Unlike CGI, it permits a long-running service process to continue serving requests, thus avoiding delays in responding to requests due to setup overhead (such as connecting to a database). SCGI is a protocol which defines communication between a web server and an application server. This is in contrast to CGI, which is an earlier application (gateway) interface designed to let the application programmer avoid the complexity of sockets and long-running service processes when poor scalability and high overhead are acceptable. The SCGI protocol leverages the fact that the web server has already parsed and validated the HTTP request, and canonically communicates the request to the SCGI server while letting the application programmer avoid parsing ambiguities and protocol edge cases. This avoids the complicated header-parsing and header-combining rules from RFC 2616, saving significant complexity in the SCGI server process. (en) SCGI (англ. Simple Common Gateway Interface — Спрощений Загальний Інтерфейс Шлюзу) — стандарт зв'язку між вебсервером і програмою — генератором контенту. Стандарт є спрощеною версією стандарту FastCGI. На відміну від FastCGI, специфікація SCGI займає кілька сторінок. (uk) Simple Common Gateway Interface (SCGI) — протокол по взаимодействию приложений с веб (http) серверами, разработанный как альтернатива Common Gateway Interface. Он похож на FastCGI, но проще в реализации. Спецификация была опубликована Neil Schemenauer 12 января 2006 года. (ru) 简单通用网关接口 (英語:Simple Common Gateway Interface,简称 SCGI) 是一种让应用程序与 HTTP 服务器交互的协议,作为 CGI 协议的替代。它类似于 FastCGI 但它被设计地更容易实现,且最重要的是,允许有很大延迟的 CGI 操作(如联系外部数据库)。 (zh)
dbo:wikiPageExternalLink http://isapi-scgi.sourceforge.net/ http://www.neilvandyke.org/racket/scgi/ https://plackperl.org/ https://python.ca/scgi/protocol.txt https://gist.github.com/38425 https://github.com/adamdruppe/arsd/blob/master/cgi.d%2357 https://github.com/szabogabriel/jSCGI https://tools.ietf.org/html/rfc2616%23section-4 https://metacpan.org/release/SCGI https://crates.io/crates/tokio-scgi https://www.github.com/skangas/url-scgi/
dbo:wikiPageID 2306116 (xsd:integer)
dbo:wikiPageLength 7725 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1122004623 (xsd:integer)
dbo:wikiPageWikiLink dbr:Python_(programming_language) dbr:Ruby_(programming_language) dbr:Scheme_(programming_language) dbr:Null-terminated_string dbr:Apache_JServ_Protocol dbr:Hypertext_Transfer_Protocol dbr:Perl dbr:Concatenation dbr:Rust_(programming_language) dbr:Cobra_(programming_language) dbr:Emacs_Lisp dbr:Empty_string dbr:Environment_variable dbr:Apache_HTTP_Server dbr:Lighttpd dbr:Lisp_(programming_language) dbr:Common_Gateway_Interface dbr:Cherokee_(Webserver) dbr:Web_Server_Gateway_Interface dbc:Network_protocols dbr:D_(programming_language) dbr:Nim_(programming_language) dbr:Null_character dbr:PHP dbr:FastCGI dbr:Haskell_(programming_language) dbr:Internet_Information_Services dbr:JavaScript dbr:Java_(programming_language) dbr:Tcl dbr:JSGI dbr:Nginx dbr:Rack_(web_server_interface) dbr:Racket_(programming_language) dbr:C_string dbr:Netstring dbr:Name–value_pair dbr:PSGI dbr:Netstrings dbr:Network_sockets
dbp:wikiPageUsesTemplate dbt:More_citations_needed dbt:Note_label dbt:Official_website dbt:Ref_label dbt:Reflist dbt:See_also dbt:Use_dmy_dates dbt:Web_interfaces
dct:subject dbc:Network_protocols
gold:hypernym dbr:Protocol
rdf:type owl:Thing dbo:Software yago:WikicatNetworkProtocols yago:Abstraction100002137 yago:Communication100033020 yago:Direction106786629 yago:Message106598915 yago:Protocol106665108 yago:Rule106652242
rdfs:comment Simple Common Gateway Interface (amb acrònim SCGI) o interfície de porta comú simple, és un protocol estàndard per als servidors web que permet executar programes com si fossin aplicacions de consola (també coneguts com a línia d'ordres) que s'executen al servidor tot generant pàgines web de manera dinàmica. A diferència del CGI, el protocol SCGI té major velocitat (menor latència). SCGI és similar al protocol FastCGI. (ca) Das Simple Common Gateway Interface (SCGI) ist ein textbasiertes Netzwerkprotokoll für die Anbindung eines Anwendungsservers an einen Webserver. Es ist eine Alternative zu HTTP und dem klassischen CGI und ähnelt dem FastCGI-Protokoll. Die Spezifikation wurde von Neil Schemenauer erstellt und am 12. Januar 2006 als gemeinfreie Spezifikation veröffentlicht. Im Vergleich zu FastCGI ist das SCGI-Protokoll einfacher zu implementieren; moderne Webserver bieten mittlerweile gleichermaßen Unterstützung für FastCGI und SCGI an. (de) Simple Common Gateway Interface o SCGI ("interfaz de entrada común simple") es un protocolo que fue creado como alternativa al protocolo Common Gateway Interface (CGI). Es un estándar para aplicaciones que utilizan interfaces con servidores HTTP. Es muy similar al protocolo FastCGI pero se diseñó para ser más fácil de implementar. (es) Le protocole Simple Common Gateway Interface (SCGI) est un remplaçant du protocole CGI. Il est similaire à FastCGI, mais il est plus facile à mettre en place. (fr) SCGI (англ. Simple Common Gateway Interface — Спрощений Загальний Інтерфейс Шлюзу) — стандарт зв'язку між вебсервером і програмою — генератором контенту. Стандарт є спрощеною версією стандарту FastCGI. На відміну від FastCGI, специфікація SCGI займає кілька сторінок. (uk) Simple Common Gateway Interface (SCGI) — протокол по взаимодействию приложений с веб (http) серверами, разработанный как альтернатива Common Gateway Interface. Он похож на FastCGI, но проще в реализации. Спецификация была опубликована Neil Schemenauer 12 января 2006 года. (ru) 简单通用网关接口 (英語:Simple Common Gateway Interface,简称 SCGI) 是一种让应用程序与 HTTP 服务器交互的协议,作为 CGI 协议的替代。它类似于 FastCGI 但它被设计地更容易实现,且最重要的是,允许有很大延迟的 CGI 操作(如联系外部数据库)。 (zh) The Simple Common Gateway Interface (SCGI) is a protocol for applications to interface with HTTP servers, as an alternative to the CGI protocol. It is similar to FastCGI but is designed to be easier to parse. Unlike CGI, it permits a long-running service process to continue serving requests, thus avoiding delays in responding to requests due to setup overhead (such as connecting to a database). (en)
rdfs:label Simple Common Gateway Interface (ca) Simple Common Gateway Interface (de) Simple Common Gateway Interface (es) Simple Common Gateway Interface (fr) Simple Common Gateway Interface (en) SCGI (ru) 简单通用网关接口 (zh) SCGI (uk)
rdfs:seeAlso dbr:Comparison_of_web_server_software
owl:sameAs freebase:Simple Common Gateway Interface wikidata:Simple Common Gateway Interface dbpedia-ca:Simple Common Gateway Interface dbpedia-de:Simple Common Gateway Interface dbpedia-es:Simple Common Gateway Interface dbpedia-fr:Simple Common Gateway Interface dbpedia-ru:Simple Common Gateway Interface dbpedia-uk:Simple Common Gateway Interface dbpedia-zh:Simple Common Gateway Interface https://global.dbpedia.org/id/YMFc yago-res:Simple Common Gateway Interface
prov:wasDerivedFrom wikipedia-en:Simple_Common_Gateway_Interface?oldid=1122004623&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Simple_Common_Gateway_Interface
is dbo:wikiPageRedirects of dbr:SCGI
is dbo:wikiPageWikiLink of dbr:Comparison_of_web_server_software dbr:Apache_HTTP_Server dbr:Lighttpd dbr:Common_Gateway_Interface dbr:Plack_(software) dbr:Web_server dbr:Cherokee_(web_server) dbr:RTorrent dbr:Yesod_(web_framework) dbr:Netstring dbr:SCGI
is foaf:primaryTopic of wikipedia-en:Simple_Common_Gateway_Interface