James, My last statement is a bit confusing. What I wanted to say is that normally both Java and .Net spend comparable time on serialization.
On Mon, Oct 26, 2015 at 10:38 AM, Vladimir Ozerov <[email protected]> wrote: > James, > > Ignite is distributed application and both Java and .Net require > marshalling to pass data between nodes. Therefore, in the vast majority of > scenarios .Net has marshalling overhead comparable to Java version. > > Vladimir. > > On Sun, Oct 25, 2015 at 8:46 PM, James Gibbs <[email protected]> > wrote: > >> Hi there >> >> I'm looking to understand more about the .NET implementation for Ignite. >> >> The .NET code appears to require a JVM and C++ code to talk through JNI, >> so I am guessing that the main work load is still performed by Java code >> and hence .NET code suffers from marshalling overheads etc. >> >> Is this the case ? >> >> Thanks in advance >> James >> > >
