Re: Configuring Ignite Thread Pool's Core thread count/max thread count/etc

2020-03-04 Thread Ilya Kasnacheev
; > *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 >

RE: Configuring Ignite Thread Pool's Core thread count/max thread count/etc

2020-02-27 Thread Sunny Chan, CLSA
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

Re: Configuring Ignite Thread Pool's Core thread count/max thread count/etc

2020-02-27 Thread Ilya Kasnacheev
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

RE: Configuring Ignite Thread Pool's Core thread count/max thread count/etc

2020-02-26 Thread Sunny Chan, CLSA
), 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

Re: Configuring Ignite Thread Pool's Core thread count/max thread count/etc

2020-02-26 Thread Ilya Kasnacheev
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