Java and .NET Thin Clients are thread-safe. You can use one client instance for all requests.
However, in high-load scenarios, one client can become a bottleneck. In this case you can try creating multiple client instances (say, one client per processor) and using them in a round-robin way. On Sat, Oct 10, 2020 at 8:07 PM midulaj <[email protected]> wrote: > > As per Ignite documentation "*only one thread reads/writes to the channel > while other threads are waiting for the operation to complete."*.If we are > using single client connection,then it may affect the performance > > > > -- > Sent from: http://apache-ignite-developers.2346864.n4.nabble.com/ >
