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

Railway reservation system, i want to know the code for adding new item but...

i want to know the code for adding new item button in .net forms and delete button in vb.net forms. can any one pls help

Navigate to web page, Project Description: I require a C# Console projec...

Project Description: I require a C# Console project written to simply enter an Origin and Destination/Date on the United Airlines Site, from the returned page select and return

Explain the concept of possible validation errors, Introduction to .NET Tec...

Introduction to .NET Technology 1. Explain the following with respect to .NET Technologies: a. Web Applications b. Web Server Connections 2. Write a sample program using AS

Illustrate the basic process in an asp.net architecture, Problem: (a) ...

Problem: (a) (i) Using a diagram, illustrate the basic process in an ASP.NET Architecture involving at least five objects. (ii) List two methods and two collections

How to connect to microsoft access, How can we connect to Microsoft Access,...

How can we connect to Microsoft Access, Foxpro , Oracle etc ? The Microsoft provides System.Data.OleDb namespace to communicate with the databases such as Oracle, scess  etc. I

Multi-tasking, What is Multi-tasking? It is a feature of the modern ope...

What is Multi-tasking? It is a feature of the modern operating system with which we can run multiple programs at the same time for example Word, Excel etc.

Printing and adding fibonacci series - c# program, Printing and adding Fibo...

Printing and adding Fibonacci series - C# Program Hello guys i need your advice. How can i print and add Fibonacci series in my project. Please recommend some examples.

Strongly typed resource class, Can we get a strongly typed resource class? ...

Can we get a strongly typed resource class? You can now get strongly types classes in the VS.NET intellisense as shown in the figure below. Figure: - Strongly typed re

I want licensing system, Project Description: I'm presently seeking at l...

Project Description: I'm presently seeking at least one more coder that will help me out manage all my concepts and in that way we will share each other's experience and make te

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