Server Capacity: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
*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? | *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 - [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.] |
Revision as of 21:00, 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]