| Author |
Adding more web servers?
|
Amandeep Singh
Ranch Hand
Joined: Jul 17, 2008
Posts: 837
|
|
Can someone justify the benefits of adding more web servers to existing list?
Will it decrease latency for I/O requests.
|
SCJP 1.4, SCWCD 5, SCBCD 5, OCPJWSD 5,SCEA-1, Started Assignment Part 2
My blog- http://rkydesigns.blogspot.com
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Existing list of what?
Adding web servers helps with scalability because you can respond to more requests.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Amandeep Singh
Ranch Hand
Joined: Jul 17, 2008
Posts: 837
|
|
Jeanne Boyarsky wrote:Existing list of what?
Adding web servers helps with scalability because you can respond to more requests.
I meant existing list of web servers.
Yes true it will help with scalability.
1) Don't you think it will help indirectly decrease latency for I/O bound requests since now load would be less on server.
2) Also it will increase the number of user accounts that can be supported.
|
 |
E Armitage
Ranch Hand
Joined: Mar 17, 2012
Posts: 220
|
|
1) Don't you think it will help indirectly decrease latency for I/O bound requests since now load would be less on server
No. Latency is not dependent on the number of requests being made.
Also it will increase the number of user accounts that can be supported.
Why?
|
 |
Sharma Ashutosh
Bartender
Joined: Apr 06, 2001
Posts: 345
|
|
Also it will increase the number of user accounts that can be supported.
What does user account has to do with number of web servers? Please explain it in more detail.
|
Ashutosh Sharma
SCJP 1.2, SCEA 5, Brainbench certified J2EE Developer, Documentum Certified Professional
Blog : http://scea5-passingpart2and3.blogspot.com/
|
 |
 |
|
|
subject: Adding more web servers?
|
|
|