Re: Re client node connects to server nodes behind NAT

2021-11-15 Thread Maksim Timonin
Hi! Unfortunately, support of peer class loading and data streams is limited for thin clients. AFAIK, .Net thin client supports data streamer. I found that Ignite has a special mode of running client nodes `forceClientToServerConnections` [1]. But this feature is marked as experimental since 2.9

Re: Ignite on a server

2021-11-15 Thread Timothy Peng
@Surinder, @Ilya, Can you tell what's the advantages for memory storage compared to other products such as Redis? Thanks. On Tue, Nov 16, 2021 at 11:27 AM Surinder Mehra wrote: > So it is a very broad question. Sure you can use it for caching and > compute as well as it has enough cores. Depe

Re: Ignite on a server

2021-11-15 Thread Surinder Mehra
So it is a very broad question. Sure you can use it for caching and compute as well as it has enough cores. Depending upon your requirements, you can read about data grid part on ignite documentation to get details about various ignite cache configurations - in memory - in memory with cache stores

Re: Ignite on a server

2021-11-15 Thread Ilya Kazakov
Hello, Yes sure, you can use it. Why not. - Ilya вт, 16 нояб. 2021 г. в 11:04, Timothy Peng : > Hello > > I just have one dedicated server who has 128GB memory and 16 cores. > Can I deploy Ignite on this server and just use the memory cache feature? > > Thanks >

Ignite on a server

2021-11-15 Thread Timothy Peng
Hello I just have one dedicated server who has 128GB memory and 16 cores. Can I deploy Ignite on this server and just use the memory cache feature? Thanks

Re: Unsubscribe

2021-11-15 Thread Ilya Kazakov
For unsubscribe please send an email to user-unsubscr...@ignite.apache.org --- Ilya ‪пт, 12 нояб. 2021 г. в 02:28, ‫אריאל מסלאטון‬‎ :‬ > Unsubscribe-- > *054-2116997* > *arielmasla...@gmail.com * >

Re: Deploy different class versions to ignite cluster

2021-11-15 Thread Stephen Darlington
“Classes deployed within the same class loader on the master node still share the same class loader remotely on worker nodes. However, the tasks deployed from different master nodes does not share the same class loader on worker nodes. This is useful in development environments when different de

Re: Deploy different class versions to ignite cluster

2021-11-15 Thread Surinder Mehra
Does this mean same ignite node can use dufferent app libs to execute business logic. Or does a node takes lib version at startup and only process that version through its life cycle, and it is part of same cluster cobtaining other nodes with different app version. Could you please point me to docu

Re: Deploy different class versions to ignite cluster

2021-11-15 Thread Stephen Darlington
You might need to set the deployment mode to PRIVATE/ISOLATED but otherwise it should pretty much just work. > On 14 Nov 2021, at 04:37, Surinder Mehra wrote: > > Any suggestions from experts ? > > On Thu, Nov 11, 2021, 23:49 Surinder Mehra > wrote: > Hi, > I have a

Re client node connects to server nodes behind NAT

2021-11-15 Thread MJ
That would be peer class loading && data stream .  Thanks --  -- ??: "user"