SimpleNotifyEventListenerContainer performance metrics
Are there any metrics in GigaSpace instance which allows to check how many events are scheduled to be sent to registered remote Notify Container instances, but are not sent yet?
We are attempting to use the following configuration: approx. 50 clients connects to the same space, each client registers approx. 50 notify containers (each client registers containers for the same 50 conditions, which are on different domain objects). Under heavy load we have observed long delays on some clients, sometimes more than 5 minutes until a client receives an event notification. Unfortunately at the moment we do not have extensive logging in the client code at this point, so we can't completely exclude the possibility that the delay is within our own code. The GS log file does not contain any error messages, neither on the space side nor on the client side. Now we are trying to understand if the problem is on the server side (the space is not able to push events to more than 2000 registered containers quickly enough), or on the client side (each client is not able to process received events quickly enough). Could you give any recommendation what should we check?