Re: Local messaging not happening asynchronously

2018-11-23 Thread Evgenii Zhuravlev
Hi, It is an optimization, that runs operations which could be executed locally, in user thread. The same will work for cache operations too. First of all, do you really need to send a message to all nodes, including the local? You can send the message to the remote nodes only, it will

Re: Local messaging not happening asynchronously

2018-11-20 Thread Bob Newcomer
Hello, would it be useful if I provided a test-case to help explain the situation? On Sat, Nov 17, 2018, at 11:27 AM, Bob Newcomer wrote: > Hello, > > I have a distributed app that has an ignite client instance connected > to a grid. Every app registers for the same topic and uses it to >

Local messaging not happening asynchronously

2018-11-17 Thread Bob Newcomer
Hello, I have a distributed app that has an ignite client instance connected to a grid. Every app registers for the same topic and uses it to broadcast information to its peers and itself to perform async work in the ignite thread pool. The handler for this topic may take several minutes to