Skip to content

How many concurent user can the bot handle? #27

Answered by pseudokawaii
ndjebar asked this question in Q&A
Discussion options

You must be logged in to vote

Of course that will affect your app server first, Your app is caching the contents on its server first, then serving them to the end users. So if a lot of users are requesting the same file at the same time, Your app instance has to be capable enough to handle all that load. Also, even if your server is capable enough, tg-index itself is not capable of parallel transfer yet, so your users will face buffering issues quite often.

As for Telegram, it uses CDN to deliver it's content, and it's designed so that a lot of users can request the same content at the same time. But when you use tg-index, you are actually serving all the content that's available to you from Telegram using a single AP…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ndjebar
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