Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Service operations for a custom implementation should respond in a timely fashion, the absolute maximum allowed response times are:

  • POST :  500 100 milliseconds
  • GET by key : 100 milliseconds
  • PUT : 500 milliseconds100 milliseconds
  • GET all : 20 seconds (if this is exceeded use filtering and/or paging to limit the response time)
  • PUT : 500 milliseconds
  • DELETE : 500 milliseconds
  • DELETE : 100 milliseconds
UI Text Box
typenote
When the average response time is close to the mentioned maximum response times, performance problems are expected to happen.

 

Minimum number of concurrent users

...