Hi Bhargav,
bhargav wrote > Correct me if I m wrong. Lets say I have started a ignite node and started > a client node which caches data to in the server node using the > cache.put(K,V) method. Later using cache.get(K), have retrieved the data > as well. > > Now in both the case put & get I presume the data V is being transferred > to server node from client node through sockets. I need to know exactly > where in the code specifically this happens. > > I see that there are sockets which transfer messages check heart beat and > hand shaking and all. But I don't c exactly the V object being > transferred. The communication between nodes is done within GridIoManager and TcpCommunicationSpi components. We use NIO (async IO) under the hood. Are you trying to investigate something in particular? Do you have any issues? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/get-cache-data-socket-transfer-tp2817p2822.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
