【IIS7】 IIS7におけるWebガーデン設定
Windows Server 2008 RC0 環境で確認をしていましたが、昨日までのセミナーで間違った情報をお伝えしていたことがわかりましたのでこちらで訂正させていただきます。Webガーデンは「ない」という情報ですが、設定箇所が変わっていて違うUIで設定ができます。
1. アプリケーションプールを選択し、基本ではなく、詳細設定画面を起動します。
2. プロセスモデルのグループで、「ワーカー プロセスの最大数」という設定があります。
この設定でヘルプを見ると、以下のように書いてあります。
[maxProcesses] アプリケーションプールに対する要求を処理できるワーカー プロセスの最大数です。1を超える値が指定されると、アプリケーション プールは"Webガーデン"になります。
要するに同じ名前でチェックボックスは無くなっているのですが、動作環境としてはこの設定で同じ意味になります。
謹んで訂正させていただきます。(^0_0^)
= English =
[IIS7] Web garden settings in IIS7
I've checked the UI in Windows Server 2008 RC0 and noticed I was saying something incorrect so I'd like to update you on this setting. There was a checkbox in IIS6 that lets you turn a worker process to spread to more than one and this setting was called Web Garden. With IIS7, the display name of the setting is not actually there but you can do it from a different parameter.
*I haven't checked the actual English UI yet so please look for actual names in the UI...
1. Choose Application Pool in inetmgr and open a property page of any application pool to see this setting.
2. Inside Process Model group, "Maximum number of Worker Processes"
The help for this setting says seomthing like this...
If you set a number above 1, then the application will be a "Web Garden"
So there's no checkbox setting that actually says Web Garden but you can do it from here.
So let me update your knowledge about this, sorry if i misled you.