Hi all,
I have been performing some stress tests against the GT4 standalone container. I perform multiple, simultaneous invocations of a service deployed in the container. This service is actually a set of services that communicate with each other internally. The problem that I am facing is that when the number of invocations exceeds a certain limit (>3), the service suddenly stops responding to all requests and after 10 minutes or so starts to respond again. I used several ways to improve the performance of the service, including the creation of thread pools which increased the number of parallel clients to 5. However the service blocks again when the clients become 6. Is there something I can do to make the service degrade more gracefully? Can anyone help? Thank you in advance, Kleopatra
