What's the difference between a web server, web farm and web garden? How would your web application need to change for each?
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 |
Tell me why cannot arrays be passed by values to functions?
Why is it better to use multi-threading polling instead of a single threading model?
wat are the different rtos available? wat is the difference beetween RTOS ans OS
Have you designed ui, user interface?
Implement a <basic data structure> using <some language> on <paper|whiteboard|notepad>.
Are you familiar with design patterns? What design software have you used and in what situations?
Tell me what are inline functions?
What is the function of watchdog timer in embedded system?
What is digital signal controller ?
Tell me what is interrupt latency? How can you reduce it?
Explain what is size of character, integer, integer pointer, character pointer?
Explain the components of an embedded system?