items tagged with cgi
Speed up your apache server running PHP with fastCGI
Written By: Administrator
Section: Internet www
Category: Apache
2007-02-25 22:21:17
Read More About Speed Up Your Apache Server Running PHP With FastCGI...
Written By: Administrator
Section: Internet www
Category: Apache
2007-02-25 22:21:17
![]() | Since I am facing performance problem due to the load of visitors and a badly configured server, I decide today to document my findings in this new series of articles. FastCGI is an extention to CGI that increases speed. Instead of creating a new process every time a page is reloaded, FastCGI will use the same process, queuing up requests. This increases startup speed, at the expense of forcing users to wait for the previous requests to finish. FastCGI also allows programs to get the web server to do certain operations, like reading in a file, before the request is handed over. [WikiPedia] FastCGI provides a way to keep PHP frequently-run script files loaded on Your server so that script are already preloaded and initialized the next time they are used. This can make some scripts run up to five times more quickly (in most cases it's as fast as mod_php, without the drawbacks). Moreover You can run different version of PHP (PHP4 and PHP5) in the same server... Server: Strato (www.strato.de) Operating system: SuSE / openSuSE Requirements: root access and basic Unix knowledge |
Read More About Speed Up Your Apache Server Running PHP With FastCGI...
There are 1 items tagged with cgi. You can view all our tags in the Tag Cloud


















