Server Capacity: Difference between revisions
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
*How long does a database request take? | *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? | *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] |
Revision as of 20:52, 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]