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 : 100  100 milliseconds
  • GET by key : 100 milliseconds
  • GET by criteria : 1000 milliseconds1000 milliseconds
  • PUT : 100 milliseconds
  • DELETE : 100 milliseconds

...

A custom implementation should be able to handle at least 10 concurrent HTTP concurrent HTTP requests, regardless of the service operation that is performed

...