Server Capacity: Difference between revisions
Jump to navigation
Jump to search
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.] |
Revision as of 21:04, 23 June 2022
OSE Infrastructure
OSE_Server#Server_Requirements
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]