What is the difference between webgarden and webfarm?
Answer / 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 |
What?s the difference between // comments, /* */ comments and /// comments?
What is the difference between these statements obj=null and obj.dispose()
What is the difference between system.string and system.text.stringbuilder classes?
What are the characteristics of c#?
What are the two uses of a ‘using’ statement in c#?
What is the difference between serialization and deserialization in c#?
Why to use “finally” block in c#?
What is the difference between internal and private in c#?
How will U encapsulate button trigger event into text_box event of Pressing Enter key?i.e only after pressing Enter after the text is typed the button trigger event should activate?
How do I make a dll in c#?
Why do we use classes?
Name the control which cannot be placed in mdi?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)