;
> *From:* Ilya Kasnacheev
> *Sent:* Thursday, February 27, 2020 6:05 PM
> *To:* Sunny Chan, CLSA
> *Cc:* dev
> *Subject:* Re: Configuring Ignite Thread Pool's Core thread count/max
> thread count/etc
>
>
>
> Hello!
>
>
>
> My suggestion is to use
>
object, similar to my proposal
2 –would that be better?
From: Ilya Kasnacheev
Sent: Thursday, February 27, 2020 6:05 PM
To: Sunny Chan, CLSA
Cc: dev
Subject: Re: Configuring Ignite Thread Pool's Core thread count/max thread
count/etc
Hello!
My suggestion is t
ation.setThreadPoolCoreSize(ThreadPoolConfiguration) and then
> we have ThreadPoolConfiguration.setCoreSize(), etc
>
> Thanks.
>
> -Original Message-
> From: Ilya Kasnacheev
> Sent: Wednesday, February 26, 2020 6:10 PM
> To: dev
> Subject: Re: Configuring Ignite Thread Poo
),
IgniteConfiguration.setThreadPoolCoreSize(ThreadPoolConfiguration) and then we
have ThreadPoolConfiguration.setCoreSize(), etc
Thanks.
-Original Message-
From: Ilya Kasnacheev
Sent: Wednesday, February 26, 2020 6:10 PM
To: dev
Subject: Re: Configuring Ignite Thread Pool's Core t
Hello!
We recommend exposing IgniteConfiguration for user to modify. You never
know in advance what kind of tuning will be needed, and don't want to play
chinese whispers game with your users.
Regards,
--
Ilya Kasnacheev
ср, 26 февр. 2020 г. в 13:07, Sunny Chan, CLSA :
> Hello,
>
>
>
> We are