Can anyone help me out by listing the ways for creating a Intranet Web Farm.
Thanks in advance.
T Navaneethan
Printable View
Can anyone help me out by listing the ways for creating a Intranet Web Farm.
Thanks in advance.
T Navaneethan
hi,
if u can elaborate your problem more in detail then i think we can help u out.
jasvinder
Why do you want a farm, Does that mean you can buy pigs and cows for your virtual farm and then trade with other users :D :D :D :D
I think you mean form dont you???? :) :) :) :)
I understand there are two options - a Web farm or a garden.
A web garden is where the app is running on a single mutiprocessor server and utilising multiple processors - a farm runs on serveral servers.
In order to create the garden you just need to make some settings in the Machine.config. A farm needs Microsoft Windows 2000 Advanced Server or Microsoft Windows 2000 Datacenter with Network Load Balancing installed.
You then need to handle Application and Session state information. Application state can be shared by reading and writing to a commonly accessible resource. Session state is a bit more involved and requires either a state server or SQL server to hold and serve the data.
Hope this helps