Arthi, Well, there would be significant performance gain if you would not start new client process for every request and then terminate it but rather start node once in the same process that currently starts new process. I'm not sure if it's possible for you. What is the language of the application that starts C++ client now?
Best Regards, Igor On Mon, May 16, 2016 at 8:48 PM, arthi <[email protected]> wrote: > Hi Igor, > > we invoke it by some other application every time the user needs to make > request and then > its terminated > > Thanks, > Arthi > > > > -- > View this message in context: > http://apache-ignite-users.70518.x6.nabble.com/Get-client-node-instance-tp4897p4967.html > Sent from the Apache Ignite Users mailing list archive at Nabble.com. >
