Hi,

You can try using Ignite C++ client. If you describe your use-case some
more I'll be able to provide you with some more specific advice.

What for are you using Ignite for and why do you need to make JNI calls?


Best Regards,
Igor

On Thu, Sep 1, 2016 at 10:21 PM, Caio Nishibe <[email protected]> wrote:

> Hi, I'm trying to implement a biometric identification system using Ignite.
> The first version was not good enough because in my job, for each cache
> entry, I was calling a C++ method through JNI to process that entry and the
> time to transfer all the data from Java to C++ was killing the performance
> of the threads. I've tried to create a C++ Client inside my Java job to run
> a ScanQuery, but did not work and I discovered that I cannot create another
> JVM instance inside a JNI call.  Is it possible to access all the cache
> entries in C++ inside a JNI call?
>
>
>
> --
> View this message in context: http://apache-ignite-users.
> 70518.x6.nabble.com/Access-cache-entries-in-C-via-JNI-call-tp7462.html
> Sent from the Apache Ignite Users mailing list archive at Nabble.com.
>

Reply via email to