Re: Threadpools and .WithExecute() for C# clients

2019-08-01 Thread Ilya Kasnacheev
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 : > Some t

Re: Threadpools and .WithExecute() for C# clients

2019-08-01 Thread Pavel Tupitsyn
> this. >>> >> >>> >> Raymond. >>> >> >>> >> On Thu, Jul 18, 2019 at 12:26 AM Alexandr Shapkin >>> >> wrote: >>> >> >>> >>> Hi, >>> >>> >>> >>> >>> >>&g

Re: Threadpools and .WithExecute() for C# clients

2019-07-25 Thread Raymond Wilson
aymond. >> >> >> >> On Thu, Jul 18, 2019 at 12:26 AM Alexandr Shapkin >> >> wrote: >> >> >> >>> Hi, >> >>> >> >>> >> >>> >> >>> Can you share a more detailed use case, please? >> >&

Re: Threadpools and .WithExecute() for C# clients

2019-07-25 Thread Pavel Tupitsyn
gt; >> >>> To summarise from the original thread, say I have server A that > >> accepts > >> >>> requests. It contacts server B in order to help processing those > >> requests. > >> >>> Server B sends in-progress results to s

Re: Threadpools and .WithExecute() for C# clients

2019-07-24 Thread Denis Magda
; On Thu, Jul 18, 2019 at 12:26 AM Alexandr Shapkin >> >> wrote: >> >> >> >>> Hi, >> >>> >> >>> >> >>> >> >>> Can you share a more detailed use case, please? >> >&

Re: Threadpools and .WithExecute() for C# clients

2019-07-24 Thread Pavel Tupitsyn
bound > requests, > >>> then there are no available threads to service the messaging fabric > traffic > >>> from server B to server A resulting in a deadlock condition. > >>> > >>> > >>> > >>> In the original discussion it was

Re: Threadpools and .WithExecute() for C# clients

2019-07-23 Thread Denis Magda
gt; pool to handle the Server B to Server A traffic would resolve it. >>> >>> >>> >>> Thanks, >>> >>> Raymond. >>> >>> >>> >>> On Wed, Jul 17, 2019 at 9:48 PM Alexandr Shapkin >>> wrote: >>&

Re: Threadpools and .WithExecute() for C# clients

2019-07-22 Thread Raymond Wilson
Hi, Raymond! >> >> >> >> As far as I can see, there are no plans for porting custom executors >> configuration in .NET client right now [1]. >> >> >> >> Please, remind, why do you need a separate pool instead of a default >> PublicPool? >&

Re: Threadpools and .WithExecute() for C# clients

2019-07-17 Thread Raymond Wilson
> wrote: > > Hi, Raymond! > > > > As far as I can see, there are no plans for porting custom executors > configuration in .NET client right now [1]. > > > > Please, remind, why do you need a separate pool instead of a default > PublicPool? > >

RE: Threadpools and .WithExecute() for C# clients

2019-07-17 Thread Alexandr Shapkin
? What is your cluster config? How many nodes do you have for your distributed computations? From: Raymond Wilson Sent: Wednesday, July 17, 2019 1:49 PM To: user Subject: Re: Threadpools and .WithExecute() for C# clients Hi Alexandr, To summarise from the original thread, say I have server A that

Re: Threadpools and .WithExecute() for C# clients

2019-07-17 Thread Raymond Wilson
tead of a default > PublicPool? > > > > [1] - https://issues.apache.org/jira/browse/IGNITE-6566 > > > > > > > > *From: *Raymond Wilson > *Sent: *Wednesday, July 17, 2019 10:58 AM > *To: *user > *Subject: *Threadpools and .WithExecute() for C# clients > >

RE: Threadpools and .WithExecute() for C# clients

2019-07-17 Thread Alexandr Shapkin
: Wednesday, July 17, 2019 10:58 AM To: user Subject: Threadpools and .WithExecute() for C# clients 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

Threadpools and .WithExecute() for C# clients

2019-07-17 Thread Raymond Wilson
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#