Hi Dor,

This depends on what "client" do you mean. Ignite is currently able to work
on three platforms - Java, .NET and CPP. They all have the same core, which
is written in Java. And any platform can work in either server (default) or
client mode. Server node is regular node which could store data and perform
computations. Client node, to the contrast, do not do that and only
instructs data nodes to do something.

To start any node in client mode you should add the following line to XML
configuration:

<property name="clientMode" value="true"/>

Please let me know if you have any further questions.

Vladimir.

On Sun, Feb 28, 2016 at 9:05 PM, Dor Ben Dov <[email protected]> wrote:

> Pavel
> This is wrapper to the java server
> its not c++ client.
> Dor
>
>
> -------- Original Message --------
> Subject: RE: c++ native client
> From: Dor Ben Dov <[email protected]>
> Date: Feb 24, 2016, 15:52
> To: [email protected]
>
> Thanks Pavel I will check this out.
>
> Regards,
>
> Dor Ben Dov
>
>
>
> *From:* Pavel Tupitsyn [mailto:[email protected]]
> *Sent:* יום ד 24 פברואר 2016 15:49
> *To:* [email protected]
> *Subject:* Re: c++ native client
>
>
>
> Hi,
>
>
>
> We have C++ support, please see https://apacheignite-cpp.readme.io/
>
>
>
> On Wed, Feb 24, 2016 at 4:40 PM, Dor Ben Dov <[email protected]>
> wrote:
>
> Hi,
>
>
>
> Any possible way that you are working on or having in your road map to
> develop c++ client ?
>
>
>
> Regards,
>
> Dor Ben Dov
>
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement, you may review at
> http://www.amdocs.com/email_disclaimer.asp
>
>
>
>
>
> --
>
> --
>
> Pavel Tupitsyn
>
> GridGain Systems, Inc.
>
> www.gridgain.com
>

Reply via email to