爱东东

VS.NET,IT,个人,个人网站 爱东东 http://www.idongdong.net

 

IIS性能优化

环境 Win2k Adv Server IIS5.0 .Net FrameWork v1.1.4322
1CPU/2G

Windows
驱动器页面文件大小的总数:4094MB

machine.config

        <connectionManagement>
            <add address="*"
                 maxconnection="40"
            />
        </connectionManagement>

        <httpRuntime
            executionTimeout="90"
            maxRequestLength="4096"
            useFullyQualifiedRedirectUrl="false"
            minFreeThreads="60"
            minLocalRequestFreeThreads="60"
            appRequestQueueLimit="100"
            enableVersionHeader="true"
        />

        <processModel
            enable="true"
            timeout="168:00:00"
            idleTimeout="Infinite"
            shutdownTimeout="0:00:05"
            requestLimit="Infinite"
            requestQueueLimit="10000"
            restartQueueLimit="10"
            memoryLimit="60"
            webGarden="false"
            cpuMask="0xffffffff"
            userName="machine"
            password="AutoGenerate"
            logLevel="Errors"
            clientConnectedCheck="0:00:05"
            comAuthenticationLevel="Connect"
            comImpersonationLevel="Impersonate"
            responseDeadlockInterval="00:03:00"
            maxWorkerThreads="80"
            maxIoThreads="80"
        />

站点
性能选项页
选择最大的Web站点性能

posted on 2007-03-19 11:46  爱东东  阅读(853)  评论(0编辑  收藏  举报

导航