Why is not being able to handle multiple requests at once a problem?

What does that even mean??
(Does it mean that only one person can use it at a time?)

1 Like

I was wondering about that too. You can’t make 2 requests, how are you gonna separate them?

No, but it means it’s extremely slow.

For example, we have A sending a request to the server. If B sends a request while A’s request isn’t finished, that means B’s request will have to wait until A’s request is finished.

2 Likes

But don’t requests (usually) take quite fast? Why do you even need to make so many requests all at one time?

1 Like

If you have a lot of users, you’ll have a lot of requests.

2 Likes

Not if you use a production WSGI server.

1 Like

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