Skip to content

Concurrent Users - Performance? #433

Closed Answered by bdon
KoalaGeo asked this question in Q&A
Aug 23, 2024 · 2 comments · 2 replies
Discussion options

You must be logged in to vote

Depends on where you're storing it; if you are using a static storage backend like S3 or a popular fileserver with HTTP Range Requests like NGINX, 500 concurrent users should not be an issue.

I'm not aware of a situation where replication with multiple copies and load balancing is necessary for throughput, but multiple regional copies can help with latency.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@KoalaGeo
Comment options

@bdon
Comment options

Answer selected by KoalaGeo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #432 on August 23, 2024 11:42.