Monday, January 16, 2012

ASP.NET- Web farm and Webgarden

Web gardens are different from Web farms.

·         A Web garden is configured on a single server by specifying multiple worker processes for an application pool. 

·         Web farms use multiple servers for a Web site

The default value for the MaxProcesses property is 1, which is the default number of worker processes that service an application pool. To configure an application pool so that it is a Web garden, set the MaxProcesses property to a value greater than 1.


No comments: