RE: .NET thin client multithreaded?

2019-08-23 Thread Alex Shapkin
Hello, Is it possible that the huge increase in the reponse times comes from contention when multiple gRPC threads are using the same thin client (thus, the same ClientSocket) to communicate with the cluster? Yes, that’s correct. Threads will share the same TCP connection by default. But there

RE: Local listener for continuous query doesn't trigger on cache keyremoval

2019-08-19 Thread Alex Shapkin
Hi,  Have you checked that the key is present for the cache?  Sample:  cache.put(1234, "1234");  cache.remove(1234);  If you still can't catch removed events, please share your example we could take a look into. From: Trung Do Sent: Monday, August 19, 2019 3:14 AM To: user@ignite.apache.org S