翻訳と辞書
Words near each other
・ Web property
・ Web Proxy Autodiscovery Protocol
・ Web query classification
・ Web ranking
・ Web Registry Service
・ Web resource
・ Web Rule Language
・ Web science
・ Web Science Trust
・ Web scraping
・ Web search engine
・ Web search query
・ Web series
・ Web server
・ Web server benchmarking
Web Server Gateway Interface
・ Web service
・ Web Services Conversation Language
・ Web Services Description Language
・ Web Services Discovery
・ Web Services Distributed Management
・ Web Services Enhancements
・ Web Services Flow Language
・ Web Services for Devices
・ Web Services for Remote Portlets
・ Web Services Inspection Language
・ Web Services Interoperability
・ Web Services Interoperability Technology
・ Web Services Invocation Framework
・ Web Services Metadata for Java


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Web Server Gateway Interface : ウィキペディア英語版
Web Server Gateway Interface

The Web Server Gateway Interface (WSGI) is a specification for simple and universal interface between web servers and web applications or frameworks for the Python programming language. It was originally specified in PEP 333 authored by Phillip J. Eby, and published on 7 December 2003. It has since been adopted as a standard for Python web application development. The latest version of the specification is v1.0.1, also known as PEP 3333, published on 26 September 2010.
==Idea==
Python web application frameworks have been a problem for new Python users because the choice of web framework would limit the choice of usable web servers, and vice versa. Python applications were often designed for only one of CGI, FastCGI, mod_python or some other custom API of a specific web server.
WSGI〔 was created as a low-level interface between web servers and web applications or frameworks to promote common ground for portable web application development.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Web Server Gateway Interface」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.