JavaScript General - What is the difference between a web-garden and a web-farm?
Interview Question Database For Software Developers
|
|
| What is the difference between a web-garden and a web-farm? | | What is the difference between a web-garden and a web-farm? | | By: |
Web-garden - An IIS 6.0 feature where you can configure an application pool as a web-garden and also specify the number of worker processes for that pool. It can help improve performance in some cases.
Web-farm - A general term referring to a cluster of physically separate machines, each running a web-server for scalability and performance (contrast this with web-garden which refers to multiple processes on one single physical machine).
| | ID: 2124 | Rank: 299 | Votes: 0 | Views: 87 | Submitted: 20080812 |
Copyright © 2008 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|