- Lighttpd
- Andre Bogus
- 153字
- 2021-08-25 18:06:22
SCGI
The Simple Common Gateway Interface (SCGI) was created to remove the burden of starting a new process for each request while being simple to implement. Re-using the process is a big win for scripting languages, where the interpreter can stay in memory as the scripts are loaded and cached. The overall goal of SCGI is simplicity of implementation. SCGI was created as a primary interface between python web applications and web servers.
With SCGI, the headers are sent as a concatenation of pairs of zero-terminated strings, so that C programs can use them without copying. The SCGI standard does not specify how the transport between the application and the web server is implemented, as long as it carries a stream of bytes.
SCGI and FastCGI are quite similar, but SCGI gives up backward-compatibility to gain simplicity. Due to the similarities, the Lighttpd SCGI module shares the configuration options of the FastCGI module.
- 玩轉(zhuǎn)微信
- 中文版Illustrator CC實用教程
- Drools規(guī)則引擎技術(shù)指南
- Photoshop CC平面設計教程(微課版)
- 中文版CINEMA 4D R20 實用教程
- 中文版3ds Max 2014-VRay效果圖制作完全自學教程
- 企業(yè)虛擬化實戰(zhàn):VMware篇
- VRP12虛擬現(xiàn)實編輯器標準教程
- UG NX 9.0模具設計工廠實訓
- PPT設計從入門到精通
- SolidEdge ST10中文版標準教程
- 人員應急疏散仿真工程軟件:Pathfinder從入門到精通
- 基于深度學習的自然語言處理
- 從零開始:CINEMA 4D快速入門教程
- 中文版Photoshop CS6基礎(chǔ)培訓教程(移動學習版)