Configure webgarden, DOT NET Programming

Assignment Help:

How do we configure "WebGarden"?

The process model configured the "Web garden" settings in the "machine.config" or in the "Web.config" file. The configuration section is named as and is shown  below in the following example. This process model is enabled by default (enable="true").

Below is the snippet from config file.

enable="true" timeout="infinite" idleTimeout="infinite" shutdownTimeout="0:00:05" requestLimit="infinite" requestQueueLimit="5000" memoryLimit="80" webGarden="false" cpuMask="12"

userName="" password="" logLevel="errors"

clientConnectedCheck="0:00:05"

/>

The processmodel section above for the web garden, we are concerned with only two attributes namely "webgarden" and "cpuMask".

WebGarden :- The webgarden Controls the CPU affinity. The True indicates that the processes should be affinitized to the corresponding CPU. Therefore the default is False.

cpuMask:- This  Specifies which of the processors on a multiprocessor server are eligible to run the ASP.NET processes. The cpuMask value specifies a bit pattern that indicates the CPU is eligible to run the ASP.NET threads. The ASP.NET launches one worker process for every eligible CPU. If the webGarden is set to false, the cpuMask is ignored and only one worker of the process will run regardless of the number of processors in the machine. If the webGarden is set to true, the ASP.NET launches one worker process for every CPU that corresponds to a set bit in the cpuMask. The default value of cpuMask is always 0xffffffff.

The main steps of how to implement web garden are as follows:

  • At first click the Start button and then click Run.
  • Now Type calc.exe and then click OK.
  • After that go to the View menu, & click the Scientific.
  • Then Go to the View menu, & click the Binary.
  • Then Use 0 and 1 to specify the processors ASP.NET can or cannot be use.

Now Use 1 for the processor that you want to use for the ASP.NET. And Use 0 for the processor that you do not want to use for the ASP.NET. For e.g., if you want to use the first 2  processors for the  ASP.NET of a 4-processor computer, type 1100.

1)On the View menu, click the Decimal. Note the decimal number and keep in mind.

2)Open the Web.config or machine.config file in a text editor like  Notepad. The Web.config file is located in a  folder where the application is saved.

3)In the Web.config file, add the processModel configuration element under the System.web element. Now Before adding to Web.config file, the user  has to make sure that the allow Definition attribute in the section of the Web.config file is fixed  to everywhere.

4)Add and set the webGarden attribute of the processModel element to True.

5)Add and set the cpuMask attribute of the processModel element to the result that is determined in your calculation.

enable="true" webGarden="true" cpuMask="12" />


Related Discussions:- Configure webgarden

Explain class, What is a class? A class explains all the attributes of ...

What is a class? A class explains all the attributes of objects, as well as the methods that execute the behavior of member objects. It is a comprehensive data type, which show

Which property on a combo box do you set with a column name, Which property...

Which property on a Combo Box do you set with a column name, prior to setting the Data Source, to display data in the combo box? ComboBox.DataValueField = "ColumnName" When

How can we get the state of the requested process, How can we get the state...

How can we get the state of the requested process? XMLHttpRequest get the current state of the request operation by using the readyState property. This property checks the cond

System simulation, System Simulation - repost 2 Project Description: ...

System Simulation - repost 2 Project Description: A. Prepare random numbers of the form: Case 1: Uniformly distributed random numbers (RNs) [range: 0.0-1.0] Case 2: Exp

Samba pos development customisation english version, Project Description: ...

Project Description: customise samba pos. Just remove samba pos logo and rebrand it. The title in the frame needs to be changed as well as the splash screen at the beginning.

Delegate, What is a delegate? The Delegate is the class that can hold a...

What is a delegate? The Delegate is the class that can hold a reference to a method or a function. The Delegate class has a signature and it can only reference to those methods

What is the use of dataview, What is the use of DataView? User-defined ...

What is the use of DataView? User-defined view of a table is contained in a DataView. A complete table or a small section of table depending on some criteria can be shown by an

Wrapper for ffmpeg, Help with making a wrapper in c# for ffmpeg to extract ...

Help with making a wrapper in c# for ffmpeg to extract audio from video

I need a dataflow system, Development Executive of DataFlow System, We s...

Development Executive of DataFlow System, We started by initially providing our customers with customized ITES solutions and IT. We have now expanded our services which add QA s

Ado.net, sir, i just trapped in decryption.....wud u plz help me

sir, i just trapped in decryption.....wud u plz help me

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd