Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between webgarden and webfarm?

Answer Posted / sri

After developing our asp.net web application we host it on
IIS Server. Now one standalone server is sufficient to
process ASP.NET Request and response for a small web sites
but when the site comes for big organization where there an
millions of daily user hits then we need to host the sites
on multiple Server. This is called web farms. Where single
site hosted on multiple IIS Server and they are running
behind the Load Balancer.This is the most common scenarios
for any web based production environment. Where Client will
hit an Virtual IP ( vIP) . Which is the IP address of Load
Balancer. When Load balancer received the request based on
the server load it will redirect the request to particular
Server.

All IIS Request process by worker process ( w3wp.exe). By
default each and every application pool contain single
worker process. But An application pool with multiple
worker process is called Web Garden. Many worker
processes with same Application Pool can sometimes provide
better throughput performance and application response
time. And Each Worker Process Should have there own Thread
and Own Memory space.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is namespace in oop?

980


What is the meaning of console writeline in c#?

925


Can you inherit multiple abstract classes in c#?

977


write a c# program add two matrix with input number ?

1010


what are the contents of an assembly ?

1041


What is a verbatim string literal and why do we use it?

1007


What is the use of command builder?

1108


What is an assembly in .net?

1037


What is a singleton unity?

1039


What is an assembly qualified name? Is it a filename? How is it different?

995


What is difference between an Structure and Class?

1170


What does mean before a string in c#?

1091


What is a custom attribute?

949


Define acid rule of thumb for transactions in c#.

940


Differentiate between method overriding from method overloading with its functionality?

1076