taking more time while reading records.

2018-08-12 Thread Shuvendu Das
Hi,

We came across a situation where it is taking 10 time more time while
reading records.
  Our initial grid size is 390,746 (count)
  Grid size increased to 7,297,301 (count)
  Now it is taking 10 times more time.

Regards

Shuvendu


Remote Listen in Apache Ignite .Net

2017-09-07 Thread Shuvendu Das
Hi,

Is there code sample for RemoteListen Of events in .net version of apche
ignite.The code sample is available for Java version not for java version

ignite.events(ignite.cluster().forCacheNodes("cacheName")).remoteListen(null,
rmtLsnr,
  EventType.EVT_CACHE_OBJECT_PUT,
  EventType.EVT_CACHE_OBJECT_READ,
  EventType.EVT_CACHE_OBJECT_REMOVED);


What the equivalent piece of code in .net version.

Regards

Shuvendu


event when a cache item expired in.Net

2017-09-07 Thread Shuvendu Das
Hi,

Is there any event that will throw event automatically when the cache item
is expired

Thanks

Shuvendu


Configure Apache-Ignite as Out-Proc instead of in-Proc

2017-08-29 Thread Shuvendu Das
Hi ,

Is there any configuration to make Apache-Ignite to run  as Out-Proc
instead of in-Proc

thanks

Shuvendu