What's the difference between a web server, web farm and web garden? How would your web application need to change for each?



What's the difference between a web server, web farm and web garden? How would your web applica..

Answer / Yachana Sharma

A web server is a single machine that handles HTTP requests. A web farm is a group of servers working together to handle the load of multiple clients. Web garden, also known as thread-pooling, allows a web server to handle multiple requests concurrently within a single process. For each, your web application does not necessarily need to change, but you may need to consider factors such as scalability, load balancing, and fault tolerance.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Embedded Systems AllOther Interview Questions

Tell me why cannot arrays be passed by values to functions?

1 Answers  


Why is it better to use multi-threading polling instead of a single threading model?

1 Answers  


wat are the different rtos available? wat is the difference beetween RTOS ans OS

8 Answers   LG Soft,


Have you designed ui, user interface?

1 Answers  


Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad>.

1 Answers  


Are you familiar with design patterns? What design software have you used and in what situations?

1 Answers  


Tell me what are inline functions?

1 Answers  


What is the function of watchdog timer in embedded system?

1 Answers  


What is digital signal controller ?

1 Answers  


Tell me what is interrupt latency? How can you reduce it?

1 Answers  


Explain what is size of character, integer, integer pointer, character pointer?

1 Answers  


Explain the components of an embedded system?

1 Answers  


Categories