« Previous Next »

Thread: Default IIS 7.0 FastCGI Module parameter values

Last post 10-25-2008 10:50 PM by peaceable_whale. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 10-25-2008, 11:56 AM

    Default IIS 7.0 FastCGI Module parameter values

    Hello,

    Does anybody know where I can find the list of the default values of the IIS 7.0 FasftCGI Module parameters?

    I originally thought that they were the same as those of the FastCGI Extension for IIS 6.0, listed on http://learn.iis.net/page.aspx/248/configuring-fastcgi-extension-for-iis60/. However, http://learn.iis.net/page.aspx/246/using-fastcgi-to-host-php-applications-on-iis-70/ mentioned that the default values of InstanceMaxRequests is 200, which is not 1000 as in IIS 6.0.

    Franklin Tse (whale)
  • 10-25-2008, 2:04 PM In reply to

    • ksingla
    • Top 10 Contributor
    • Joined on 06-14-2006, 3:02 AM
    • Redmond, WA
    • Posts 863

    Re: Default IIS 7.0 FastCGI Module parameter values

    Here are the fastcgi process pool defaults as defined in %windir%\system32\inetsrv\config\schema\iis_schema.xml.

    <attribute name="maxInstances" defaultValue="4" />
    <attribute name="idleTimeout" defaultValue="300" />
    <attribute name="activityTimeout" defaultValue="30" />
    <attribute name="requestTimeout" defaultValue="90" />
    <attribute name="instanceMaxRequests" defaultValue="200" />
    <attribute name="protocol" defaultValue="NamedPipe" />
    <attribute name="queueLength" defaultValue="1000" />
    <attribute name="flushNamedPipe" defaultValue="false" />
    <attribute name="rapidFailsPerMinute" defaultValue="10" />

    Thanks,
    Kanwal

    Follow me on twitter at http://twitter.com/kjsingla
  • 10-25-2008, 10:50 PM In reply to

    Re: Default IIS 7.0 FastCGI Module parameter values

    Thanks Kanwal!

    By the way, do you know why the defaults are different from those in IIS 6.0?

    Franklin Tse (whale)
Page 1 of 1 (3 items)
Microsoft Communities