[XData] REST API server application terminates with 100% CPU usage.

We are using REST API server using TMS XData.
When dozens of specific APIs are requested at the same time, the REST API server application terminates with 100% CPU usage.
We would like to ask you two technical questions:

  1. We ask for advice on how to solve the above problem.
  2. Inquire if the connection count can be set in the called API.
1 Like

We can't tell you how you can solve your problem. That depends on your application logic. We are not aware of any issue like that with XData itself.

Initially you should investigate a little bit more to find a way to reproduce the problem, or at the very least gather more information like which endpoints might be causing this. It might be your business logic doing some heavy work or a stack overflow somewhere.

I didn't understand your second question.