Write the point of difference between web-garden and a web-farm?
Answer / Md Sharukh
"Web garden (also known as multi-threaded server) is an implementation used by some web servers to simulate multiple threads within a single process. In contrast, a web farm consists of multiple separate servers that work together to handle requests, often load-balanced and managed by a reverse proxy."
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the output of 10+20+”30″ in JavaScript?
What is the output of below code var car = new Vehicle("Honda", "white", "2010", "UK"); console.log(car); function Vehicle(model, color, year, country) { this.model = model; this.color = color; this.year = year; this.country = country; }
if the two text boxes are there i want assign the vales like 2&3 and if i select button means i want find the sum.this is client side scripting in javascript
What are the uses of javascript in web page designing?
Can I write javascript in notepad?
How to write a function in javascript?
What is the best free ide?
Why do we use javascript?
What is the difference between var and let?
Which is the best website to learn javascript?
What's the difference methods get and post in html forms?
What is the difference between write and writeln in javascript?