Re: Thin/Thick client, caching

2022-08-30 Thread Igor Sapego
Hi, Sorry for the late reply, I somehow missed your message. Yes, thick client starts a JVM with the whole Ignite inside, while thin client does not and does not depend on JDK. Actually, thick client is not only a client but can also be a C++ server node. You are right, NearCache is not

Thin/Thick client, caching

2022-07-25 Thread Paul McCracken
Hello everyone, I am looking at building a C++ application (running in a docker image) that is also an Ignite client. I am looking at both thin and thick clients and have been doing some performance testing on them. During my testing, I have found that the thin client can be added to a docker