
- Javascript Basics Tutorial
- Javascript - Home
- Javascript - Overview
- Javascript - Syntax
- Javascript - Enabling
- Javascript - Placement
- Javascript - Variables
- Javascript - Operators
- Javascript - If...Else
- Javascript - Switch Case
- Javascript - While Loop
- Javascript - For Loop
- Javascript - For...in
- Javascript - Loop Control
- Javascript - Functions
- Javascript - Events
- Javascript - Cookies
- Javascript - Page Redirect
- Javascript - Dialog Boxes
- Javascript - Void Keyword
- Javascript - Page Printing
- JavaScript Objects
- Javascript - Objects
- Javascript - Number
- Javascript - Boolean
- Javascript - Strings
- Javascript - Arrays
- Javascript - Date
- Javascript - Math
- Javascript - RegExp
- Javascript - HTML DOM
- JavaScript Advanced
- Javascript - Error Handling
- Javascript - Validations
- Javascript - Animation
- Javascript - Multimedia
- Javascript - Debugging
- Javascript - Image Map
- Javascript - Browsers
- JavaScript Useful Resources
- Javascript - Questions And Answers
- Javascript - Quick Guide
- Javascript - Functions
- Javascript - Resources
Differences between web-garden and a web-farm in Javascript
Web Garden is the web hosting system which comprises of multiple “processes”. This means that we have a single server on which we run multiple processes. This type of hosting provides logical scalability to our web applications.
Web Farm is the web hosting system which comprises of multiple “computers”. This is different from web-garden as web garden runs on a single server while a web farm runs across multiple servers. This provides physical scalability to out web applications. This type of set up is achieved using Load balancers to balance calls coming to the server using a dedicated process that forwards these calls while maintaining the health of the multiple servers.
- Related Articles
- Difference between Deep Web and Dark Web
- Difference between Web Browser and Web Server.
- Give two differences between food chain and food web.
- What are the differences between AngularJs and Google Web Toolkit (GWT)?
- How can we maintain session between Web Client and Web Server?
- Explain the difference between Dark Web Vs Deep Web?
- Difference Between Web page and Website
- Difference between Microservices and Web Services
- Difference between selenium RC and Web Driver?
- Difference between Static and Dynamic Web Pages
- Difference between Web Server and Application Server
- Difference Between Search Engine and Web Browser
- Difference between data mining and web mining?
- As HTTP is a stateless then how to maintain the session between web browser and web server?
- Which is best a web designer or a web builder

Advertisements