Skip to content

Commit eee4f17

Browse files
committed
.NET: Update README regarding C++ interop and thin client
1 parent 71db707 commit eee4f17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/platforms/dotnet/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,13 @@ Ignite is an elastic, horizontally scalable distributed system that supports add
7575
## Ignite and Ignite.NET
7676

7777
* Ignite.NET is built on top of Ignite.
78-
* .NET starts the JVM in the same process and communicates with it via JNI & C++.
78+
* .NET starts the JVM in the same process and communicates with it via JNI.
7979
* .NET, C++ and Java nodes can join the same cluster, use the same caches, and interoperate using common binary protocol.
8080
* Java compute jobs can execute on any node (Java, .NET, C++).
8181
* .NET compute jobs can only execute on .NET nodes.
8282

83+
Ignite.NET also has Thin Client mode (see `Ignition.StartClient()`), which does not start JVM and does not require Java on machine.
84+
8385
## Ignite Components
8486

8587
You can view Apache Ignite as a collection of independent, well-integrated components geared to improve performance and

0 commit comments

Comments
 (0)