Server Capacity: Difference between revisions

From Open Source Ecology
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
[[OSE_Server#Server_Requirements]]
[[OSE_Server#Server_Requirements]]


=Throughput=
=Throughput - and Current OSE Throughput=
Check out [https://developerpitstop.com/how-many-concurrent-requests-can-a-web-server-handle/#:~:text=With%20a%20single%20CPU%20core,visitors%20at%20the%20same%20time.]  
Check out [https://developerpitstop.com/how-many-concurrent-requests-can-a-web-server-handle/#:~:text=With%20a%20single%20CPU%20core,visitors%20at%20the%20same%20time.]  
*Says 250 users per core
*Says 250 users per core
Line 10: Line 10:
*Optimal server cluster is 3 servers - [https://www.google.com/search?q=how+many+servers+in+a+typical+cluster&sxsrf=ALiCzsZxmqNW1vHVX1BCuhyCTdAjv9tZjA%3A1656017442327&ei=ItK0Yo3FE8LRkPIPwuyCoAc&ved=0ahUKEwiN3pDbucT4AhXCKEQIHUK2AHQQ4dUDCA4&uact=5&oq=how+many+servers+in+a+typical+cluster&gs_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgATIFCCEQoAEyCAghEB4QFhAdMggIIRAeEBYQHToHCC4Q1AIQQzoECAAQQzoFCAAQkQI6EQguEIAEELEDEIMBEMcBEKMCOgsILhCABBDHARCvAToLCAAQgAQQsQMQgwE6DgguEIAEELEDEMcBEKMCOgUIABCABDoICAAQgAQQsQM6BggAEB4QFjoFCAAQhgM6BQghEKsCOgcIIRAKEKABSgQIQRgASgQIRhgAUABYgTpgxDpoBHABeACAAe8BiAG2H5IBBzI2LjEzLjGYAQCgAQHAAQE&sclient=gws-wiz]
*Optimal server cluster is 3 servers - [https://www.google.com/search?q=how+many+servers+in+a+typical+cluster&sxsrf=ALiCzsZxmqNW1vHVX1BCuhyCTdAjv9tZjA%3A1656017442327&ei=ItK0Yo3FE8LRkPIPwuyCoAc&ved=0ahUKEwiN3pDbucT4AhXCKEQIHUK2AHQQ4dUDCA4&uact=5&oq=how+many+servers+in+a+typical+cluster&gs_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgATIFCCEQoAEyCAghEB4QFhAdMggIIRAeEBYQHToHCC4Q1AIQQzoECAAQQzoFCAAQkQI6EQguEIAEELEDEIMBEMcBEKMCOgsILhCABBDHARCvAToLCAAQgAQQsQMQgwE6DgguEIAEELEDEMcBEKMCOgUIABCABDoICAAQgAQQsQM6BggAEB4QFjoFCAAQhgM6BQghEKsCOgcIIRAKEKABSgQIQRgASgQIRhgAUABYgTpgxDpoBHABeACAAe8BiAG2H5IBBzI2LjEzLjGYAQCgAQHAAQE&sclient=gws-wiz]
*wikipedia has 350 servers? [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Technical#:~:text=New%20servers%20bought%20as%20needed,number%20to%20about%20350%20servers.]
*wikipedia has 350 servers? [https://en.wikipedia.org/wiki/Wikipedia:FAQ/Technical#:~:text=New%20servers%20bought%20as%20needed,number%20to%20about%20350%20servers.]
*Absolute max for a single server is 65k users connected, but really dependent on server specifications? How long is a connection - is it only during a database request? [https://serverfault.com/questions/533611/how-do-high-traffic-sites-service-more-than-65535-tcp-connections#:~:text=On%20the%20TCP%20level%20the,65535%20simultaneous%20connections%20per%20client.]
*1000 users at a time is for 4 GB RAM? [https://www.mediawiki.org/wiki/Topic:Vvi5md45il3wc9ho] Does that mean that we are likely to handle 16k simultaneous users?

Latest revision as of 21:07, 23 June 2022

OSE Infrastructure

OSE_Server#Server_Requirements

Throughput - and Current OSE Throughput

Check out [1]

  • Says 250 users per core
  • OSE is quad core - so we can handle 1000 concurrent database requests? Does that mean 1000 requests every second?
  • How long does a database request take?
  • If we can handle 1000 database requests - how many concurrent users is that? Would that make it 60k users simultaneously, because a request takes 1 second?
  • Optimal server cluster is 3 servers - [2]
  • wikipedia has 350 servers? [3]
  • Absolute max for a single server is 65k users connected, but really dependent on server specifications? How long is a connection - is it only during a database request? [4]
  • 1000 users at a time is for 4 GB RAM? [5] Does that mean that we are likely to handle 16k simultaneous users?