`
taibin
  • 浏览: 4659 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

FastCGI or SCGI

阅读更多

http://docs.python.org/howto/webservers.html#fastcgi-and-scgi

FastCGI and SCGI try to solve the performance problem of CGI in another way. Instead of embedding the interpreter into the web server, they create long-running background processes. There is still a module in the web server which makes it possible for the web server to “speak” with the background process. As the background process is independent of the server, it can be written in any language, including Python. The language just needs to have a library which handles the communication with the webserver.

The difference between FastCGI and SCGI is very small , as SCGI is essentially just a “simpler FastCGI”. As the web server support for SCGI is limited, most people use FastCGI instead, which works the same way. Almost everything that applies to SCGI also applies to FastCGI as well , so we’ll only cover the latter.

These days, FastCGI is never used directly. Just like mod_python, it is only used for the deployment of WSGI applications.

See also

    * FastCGI, SCGI, and Apache: Background and Future is a discussion on why the concept of FastCGI and SCGI is better that that of mod_python.

 

分享到:
评论

相关推荐

    fastcgi c++

    fastcgi fastcgi fastcgi fastcgi fastcgi

    nginx+fastcgi编译与移植手册

    nginx fastcgi 编译与移植 手册 nginx fastcgi 编译与移植 手册 nginx fastcgi 编译与移植 手册

    FastCGI 下载FastCGI for IIS6下载 1.5(32位&64位)

    FastCGI 1.5 for IIS6,fastcgi.dll本身不具备解析脚本的能力他的作用是调度php的解析程序处理PHP。内含32位和64位两个版本。

    IIS FASTCGI安装程序

    用于IIS的FASTCGI模块安装包,版本1.5RC

    Java的FastCGI网关 jFastCGI

    Java的FastCGI网关 jFastCGI

    fastcgi头文件和库

    fastcgi头文件和库

    mod_fastcgi-2.4.6.tar.gz

    [原创] Redhat 上 FastCGI 安装与配置 软件包 相关软件包: httpd httpd-devel fcgi-2.4.0.tar.gz mod_fastcgi-2.4.6.tar.gz 请仔细阅读其中的README 配置httpd.conf: LoadModule fastcgi_module modules/mod_...

    FastCGI SDK

    FastCGI的官方开发包,包含C, C++, Perl, Java, 库等文档与开发资源。(FastCGI官网已经打不开了 QwQ)

    lighttpd fastcgi

    5.注意fastcgi程序编译方式 进入cgi-bin目录中编译方式如下 2228 gcc -o caoft.fcgi echo.c -lpthread -lfcgi 2229 gcc -o caoft.fcgi size.c -lpthread -lfcgi 2230 gcc -o caoft.fcgi threaded.c -lpthread -...

    Cherokee v1.2.100

    Cherokee 是一个非常快速,灵活和轻便的Web服务器。它是用C语言编写。Cherokee 支持 FastCGI、SCGI、PHP、CGI、TLS 及 SSL 加密连接,虚拟主机,授权认证,实时编码,载入均衡,与 Apache 兼容的 log 文件等等。

    FastCGI手册

    FastCGI规范和详细的例子

    fastcgi.zip

    fastcgi2.4.1 安装: ./configure make make install 现在官网已经没有了

    Apache FastCGI 配置过程小记

    对于配置过程其实比较简单只是纠结于在win32环境下apache 模块 mod_fcgid由于管道问题无法达成,而mod_fastcgi模块则可以达成

    FastCGI Extension for IIS

    FastCGI是可伸缩架构的CGI开放扩展,其主要行为是将CGI解释器进程保持在内存中并因此获得较高的性能。传统的CGI解释器的反复加载是CGI性能低下的主要原因,如果CGI解释器保持在内存中并接受FastCGI进程管理器调度,...

    win2003下搭建FastCGI php5.2.17

    所以被迫无奈重装服务器,在网上浏览的时候无意的发现PHP5.3的全新特效及改进,原有的ISAPI方式解析PHP脚本已经不被支持,PHP从5.3.0以后的版本开始使用微软的FastCGI模式,虽说PHP 5.3发布的Windows版已经不支持...

    swift-PerfectFastCGI-Perfect的FastCGI服务器

    Perfect FastCGI - Perfect的FastCGI服务器

    用VC++开发FastCGI+MySQL的基本源代码

    刚入门初始化,用VC++开发 FastCGI + MySQL 构建的工程文档,含源代码和MySQL 连接DLL

    Fastcgi 中文参考手册(DOC)

    软件介绍 Fastcgi 中文参考手册 Tags: Fastcgi 中文参考手册(DOC)

    fastcgi 数据发送,跳转 实例

    fastcgi 数据发送,跳转 实例 其它其技术: apache active mq apr curl

    fastcgi-2.4.0安装包

    将它直接在win系统下解压,然后传到linux上就可以直接安装了

Global site tag (gtag.js) - Google Analytics