Results 1 to 6 of 6

Thread: PHP with IIS 7: FastCGI is running slow

  1. #1
    Join Date
    Apr 2011
    Posts
    63

    PHP with IIS 7: FastCGI is running slow

    recently I have noticed that both sites of mine are seems to running really slow. I have noticed that wait period for the page is seems to be of 30 seconds and more. Let me know whether there is any way to speed up the response of the server. Or I need to upgrade the sever. Let me know if you are having any speculation on this particular matter would be highly appreciated. Thanks a lot in advance.

  2. #2
    Join Date
    Nov 2009
    Posts
    1,191

    Re: PHP with IIS 7: FastCGI is running slow

    Looking at the situation I wanted to confirm some details which would be useful to figure out the root cause of the problem. Which version of IIS as well PHP do you using? Do you have installed all the necessary updates ? is your machine is using TCP offloading ? which version of the operating system on the computer of yours? Let me know the answers of the above mentioned questions as early as possible.

  3. #3
    Join Date
    Nov 2009
    Posts
    1,118

    Re: PHP with IIS 7: FastCGI is running slow

    Well in this particular situation I am suggesting a particular situation I wanted to recommend something which you can use to fix the matter of yours. I let you know that you should try to enable the multiple thread so that you can deal with app pool worker process. If you are not supposed to use the local session state on the server you will be able to run multiple thread. It could be a mini web farm for the single server. So try the same and let me know whether it is working or not.

  4. #4
    Join Date
    Nov 2009
    Posts
    1,340

    Re: PHP with IIS 7: FastCGI is running slow

    I recommend that you should get down the application pool for the particular site. Suppose one site is having really heavy traffic. I have make an update into the fast-cgi module so that you will be handle the maximum instance but in the 20% cases the request was unable to connect with the MySql server. I think I need to increase the maximum number of connection on the MySql server and I am hoping that this particular trick would work for me.

  5. #5
    Join Date
    Nov 2009
    Posts
    877

    Re: PHP with IIS 7: FastCGI is running slow

    The FastCGI module in the IIS would enable the popular application framework which would support for the FastCGI protocol to be hosted on the web server. So that you will be able to get the quite high performance and reliable way. It is a standard way to interfacing the external application with the web server which supposed to be part of the IIS feature. So you need to configure the FastCGI to get the requirement of yours.

  6. #6
    Join Date
    Nov 2009
    Posts
    721

    Re: PHP with IIS 7: FastCGI is running slow

    I let you know that CGI program are an executable files which are launched by the web server for each and every request to process the same and simply generate the dynamic responses which are sent to the client. CGI also lets you to execute reliably on IIS by simply executing one request by each process. It seems to be give you poor performance just because of the high cost of the starting and shutting down the process for each and every request.

Similar Threads

  1. Mysql 5.1, PHP 5.2.17 and IIS 6 with fastcgi giving error
    By emMetTi in forum Technology & Internet
    Replies: 5
    Last Post: 19-06-2011, 10:17 PM
  2. The FastCGI process exited unexpectedly
    By Khagendr in forum Technology & Internet
    Replies: 4
    Last Post: 18-06-2011, 08:32 PM
  3. MBP slow bootup & running VERY slow
    By Jona-thon in forum Operating Systems
    Replies: 4
    Last Post: 26-04-2010, 11:36 PM
  4. Is your PC running too slow
    By Charlton in forum Tips & Tweaks
    Replies: 1
    Last Post: 05-11-2008, 05:21 PM
  5. Win XP Sp3 running very slow
    By urgaffel in forum Operating Systems
    Replies: 3
    Last Post: 23-10-2008, 01:57 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,944,944.80341 seconds with 17 queries