473,386 Members | 1,720 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

How to restrict ASP.NET to specific processors in a multiprocessor system

According to reference
http://support.microsoft.com/default...b;en-us;815156 , I added
<processModel enable="true" webGarden="true" cpuMask="8" /> on web.config,
restart iis service, the w3wp.exe process always use all cpu. The iis server
is windows 2003 iis6, how can i restrict ASP.NET to specific processors in a
multiprocessor system?
Nov 19 '05 #1
3 1376
If the WebGarden property is set to false, the CpuMask
attribute is ignored and only one worker process runs :

<processModel enable="true" webGarden="false" />


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"bonse" <bo******@taeco.com> wrote in message
news:uu**************@TK2MSFTNGP10.phx.gbl...
According to reference http://support.microsoft.com/default...b;en-us;815156 ,
I added <processModel enable="true" webGarden="true" cpuMask="8" /> on web.config,
restart iis service, the w3wp.exe process always use all cpu. The iis server is windows
2003 iis6, how can i restrict ASP.NET to specific processors in a multiprocessor system?

Nov 19 '05 #2
bonse wrote:
According to reference
http://support.microsoft.com/default...b;en-us;815156 , I added
<processModel enable="true" webGarden="true" cpuMask="8" /> on web.config,
restart iis service, the w3wp.exe process always use all cpu. The iis server
is windows 2003 iis6, how can i restrict ASP.NET to specific processors in a
multiprocessor system?


in machine.config, it states the processModel is ignored in it and the
settings are taken from IIS. Don't know if the same is true in
web.config? I've taken a quick look through the IIS Manager, but cannot
see anywhere to set processor afinity (but you can throttle total CPU
usage)

Damien

Nov 19 '05 #3
rer:
I've taken a quick look through the IIS Manager,
but cannot see anywhere to set processor afinity
If you're using IIS 6, right-click "Application Pools" in the IIS Manager.
Select "Properties", and then the "Performance" tab.

There, you can set the number of processors enabled in a webGarden.

But, as mentioned, simply setting webGarden to "false"
in machine.config will do that for you at the machine level.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Damien" <Da*******************@hotmail.com> wrote in message
news:11*********************@g49g2000cwa.googlegro ups.com... bonse wrote:
According to reference
http://support.microsoft.com/default...b;en-us;815156 , I added
<processModel enable="true" webGarden="true" cpuMask="8" /> on web.config,
restart iis service, the w3wp.exe process always use all cpu. The iis server
is windows 2003 iis6, how can i restrict ASP.NET to specific processors in a
multiprocessor system?


in machine.config, it states the processModel is ignored in it and the
settings are taken from IIS. Don't know if the same is true in
web.config? I've taken a quick look through the IIS Manager, but cannot
see anywhere to set processor afinity (but you can throttle total CPU
usage)

Damien

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: guy | last post by:
have an VB.NET app that runs fine on our development boxes (all single processor) but when run using via a multiprocessor Citrix server regularly produce unhandled exceptions often simply by...
0
by: guy | last post by:
have an VB.NET app that runs fine on our development boxes (all single processor) but when run using via a multiprocessor Citrix server regularly produce unhandled exceptions often simply by...
0
by: ghoshdibyajyoti | last post by:
Hi all, I need to build a module, where there is 3 programs running simultaneously. they are test1,test2,monitor. Now I need to implement that at a particular instant monitor will suspend...
0
by: vijayasb | last post by:
Hi, I am using GetProcessTimes() API to calculate CPU usage of a process. In single processor system i get correct result , but in multiprocessor system i will get some abrupt and negative...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.