What is the translation of " FASTCGI " in Chinese?

Examples of using Fastcgi in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
FastCGI Process Manager.
FastCGI进程管理.
It can launch a FastCGI server.
开源了一个FastCGIserver.
How is FastCGI different from CGI?
Fastcgi与cgi有什么不同?
The content of the file/etc/nginx/fastcgi_params is below:.
修改/etc/nginx/fastcgi_params,加入下面这一行:.
FastCGI is the evolution of CGI.
Fastcgi是从cgi发展改进而来的。
These processes are owned by the FastCGI server, not the web server.
这些进程由FastCGI服务器管理,而不是web服务器。
FastCGI is simple because it is actually CGI with only a few extensions.
FastCGI够简单,它实际只是CGI以及一些扩展.
C:\php\php-cgi. exe- The FastCGI process exited unexpectedly.
C:\php_55\php-cgi.exe-FastCGI进程意外退出.
The FastCGI process then waits for another connection from the Web server.
FastCGI子进程接着等待并处理来自Web服务器的下一个连接。
The second step is telling Apache to use FastCGI for URLs that match a certain pattern.
第二步是告诉Apache为符合一定模式的URL使用FastCGI
If the FastCGI server does not transmit anything within this time, the connection is closed.
如果memcached服务器在此期间没有传送任何数据,连接将关闭。
If you change any Python code on your site,you will need to tell FastCGI the code has changed.
如果你改变了站点上任何的python代码,你需要告知FastCGI
The FastCGI process sends the standard output and error information back to the server over the same connection.
FastCGI子进程完成处理后将标准输出和错误信息从同一连接返回web服务器。
This feature works with PHP-FPM(starting with PHP 5.3) and FastCGI(all PHP 5.x versions).
此功能适用于PHP-FPM(PHP5.3及以上)和FastCGI(PHP5.x版本)。
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_phpsusexec.
PHP的FastCGI使你的所有php应用软件通过mod_fastci运行,而不是mod_phpsusexec。
These environment variables are set by the FastCGI module during the start time of a FastCGI process.
这些环境变量由FastCGI模块在FastCGI进程的开始过程中设置。
X(or FastCGI, SCGI, uWSGI, etc.- whatever protocol you are currently using) for communication with backend servers.
X(或者FastCGI,SCGI,uWSGI,等等.-取决于你目前正在使用的协议)。
Instead of creating a new process for each request, FastCGI uses persistent processes to handle a series of requests.
与为每个请求创建一个新的进程不同,FastCGI使用持续的进程来处理一连串的请求。
Support for the FastCGI protocol provides an efficient way to use third-party technologies in an out-of-process configuration.
FastCGI协议的支持提供了在进程外配置中使用第三方技术的有效方式。
PHP-FPM, one of the newest way to use PHP in conjunction with a web server,is an alternative PHP FastCGI implementation.
PHP-FPM是Web服务器使用PHP的一种最新方式,也是PHPFastCGI的另外一种实现。
FastCGI for PHP makes all your PHP applications run through mod_fastcgi instead of mod_phpsusexec.
FastCGI的PHP使您的所有PHP应用程序的运行,通过的mod_fastcgiINSTEADOFmod_phpsusexec。
Unlike CGI, which creates a separate process for each incoming request, FastCGI uses a single process to handle multiple requests.
与为每个请求创建一个新的进程不同,FastCGI使用持续的进程来处理一连串的请求。
Then create a small Python script that informs Apache of the various settings for your Django project andexecutes the FastCGI program.
然后创建一小段Python脚本,告诉Apache您的Django项目的不同设置,并执行FastCGI程序。
FastCGI operates on a client/server model, and in most cases you will be starting the FastCGI server process on your own.
FastCGI是以客户机/服务器方式运行的,并且在很多情况下,你得自己去启动FastCGI的服务进程。
This tutorial shows how to build PHP 5.3 andPHP 5.4 as a PHP-FPM and a FastCGI version on an Ubuntu 13.04 server.
本教程介绍了如何在Ubuntu13.04服务器上建立PHP5.3和PHP5.4来作为一个PHP-FPM和FastCGI版本。
Basically, FastCGI is a program that manages multiple CGI requests within a single process, saving many program instructions for each request.
基本上,FastCGI是一个在单一步骤中管理多重CGI请求的程序,为每个请求减少了许多程序指令。
You run their application,they have a http server themselves where you can run their fastCGI module and link that to Apache or NGINX.
你可以试着运行应用程序,Perfect工程中自带了一个http服务器,你可以用来运行fastCGI模块并将其连接至Apache或NGINX。
Nginx can be used to route requests to FastCGI servers which run applications built with various frameworks and programming languages such as PHP.
Nginx可用于将请求路由到运行使用各种框架和PHP等编程语言构建的应用程序的FastCGI服务器。
When setting up load balancing for FastCGI, uwsgi, SCGI, memcached, or gRPC, use fastcgi pass, uwsgi pass, scgi pass, memcached pass, and grpc_pass directives respectively.
FastCGI,uwsgi,SCGI,或memcached搭建负载均衡时,只要使用相应的fastcgi_pass,uwsgi_pass,scgi_pass,和memcached_pass指令。
Results: 29, Time: 0.0314

Top dictionary queries

English - Chinese