RE: Use of distributed computing in C++

2024-04-09 Thread Louis C
Thanks, it is much clearer now ! De : Pavel Tupitsyn Envoyé : lundi 8 avril 2024 16:36 À : user@ignite.apache.org Objet : Re: Use of distributed computing in C++ I thought the question was about thin client, which can only run Java tasks. The attached code

Re: Use of distributed computing in C++

2024-04-08 Thread Pavel Tupitsyn
ow does one make sure that the server knows this task ? > > Best regards, > Louis > -- > *De :* Pavel Tupitsyn > *Envoyé :* lundi 8 avril 2024 11:34 > *À :* user@ignite.apache.org > *Objet :* Re: Use of distributed computing in C++ > > С++ client

RE: Use of distributed computing in C++

2024-04-08 Thread Louis C
De : Pavel Tupitsyn Envoyé : lundi 8 avril 2024 11:34 À : user@ignite.apache.org Objet : Re: Use of distributed computing in C++ С++ client can execute Compute tasks that are written in Java and deployed to the server nodes: https://ignite.apache.org/releases/latest/cppdoc

Re: Use of distributed computing in C++

2024-04-08 Thread Pavel Tupitsyn
С++ client can execute Compute tasks that are written in Java and deployed to the server nodes: https://ignite.apache.org/releases/latest/cppdoc/classignite_1_1thin_1_1compute_1_1ComputeClient.html On Fri, Apr 5, 2024 at 3:41 PM Louis C wrote: > Hello everyone, > > I was interested in the

Use of distributed computing in C++

2024-04-05 Thread Louis C
Hello everyone, I was interested in the distributed computed in C++ in Ignite, as described here : https://ignite.apache.org/docs/latest/distributed-computing/distributed-computing I noted that the classes that will be executed must be known by the server, as said here : In order to run