Performance
Services should have a certain level of performance. In particular, the service should have the following characteristics:
- Handle at least 20 requests per second
- Handle at least 10 simultaneous requests
- For every request, start a response within 29 seconds
If the service is structured as a REST API, Quisper® can cache service responses. This helps achieve the desired performance by reducing the number of calls made to the actual service.
Response caching comes at an additional cost and how useful caching will be depends on the structure of the REST API(s).