Hello! It is possible that you need to write a tiny Java service to do that, and call it from your C# (whether via Ignite or not).
This is definitely easier than trying to roll out WithExecutor() .Net support. Regards, -- Ilya Kasnacheev ср, 17 июл. 2019 г. в 10:58, Raymond Wilson <[email protected]>: > Some time ago I ran into and issue with thread pool exhaustion and > deadlocking in AI 2.2. > > This is the original thread: > http://apache-ignite-users.70518.x6.nabble.com/Possible-dead-lock-when-number-of-jobs-exceeds-thread-pool-td17262.html > > > At the time .WithExecutor() was not implemented in the C# client so there > was little option but to expand the size of the public thread pool > sufficiently to prevent the deadlocking. > > We have been revisiting this issue and see that .WithExecutor() is not > supported in the AI 2.7.5 client. > > Can this be supported in the C# client, or is there a workaround in the > .Net environment? that does not require this capability? > > Thanks, > Raymond. > >
