| |
|
How to implement a web farm and a web garden? Whats a web farm and a web garden in ASP.NET?
What is the difference between a web farm and web garden in ASP.NET?
So what is a web farm. A Web Farm is a setup of a website across multiple servers.
A Web Garden is a setup of a website on a single server with multiple processors.
To set a a multi-server web application in ASP.NET, the following link may be
read
Click Here.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| |