Handling multiple users on a complex model

Hi all,
I have used FastAPI, and Streamlit for building a web app. How can I handle multiple requests?
I think, I have to handle/manage queues, kindly guide/help me with some resources for this…

Thanks alot…

One at a time?

Thanks @Goyo
But how can i manage queues, so that once the previous request is done, next goes in. As in my case, it can take around 5 secs to 120 secs for one request…

Thanks

That’s too vague. You manage a queue by putting items in it and getting items from it.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.