How many maximum concurrent requests per seconds can be handled by published rest api in mendix?

1
How many maximum concurrent requests per seconds can be handled by published rest api in mendix?
asked
1 answers
3

That depends on many factors, such as:

  • What does the published REST api do?
  • How many runtime instances are deployed?
  • Which authentication mechanism does the app use?

And even when you would have an answer to all of those type of questions, load testing is the best way to find out.

answered