Hi guys,

It would be really cool to have async operations.
My point is that the worst thing that we have at the moment is that we need
to write data to the socket under the sndLock.
It makes it nearly impossible for users to implement async operations on
their side.
Of course they can scale up by adding new instances of IgniteClient but it
leads to the growing number of connections.
Sometimes it's not an option. My feeling is that we should focus on getting
rid of that stuff.
In general proposed API looks really great for me.
Thanks for the design!



--
Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/

Reply via email to