Re: Question regarding geode thread priorities

2022-02-01 Thread Jakov Varenina
Hi Kirk, No problem and thank you for the answer! Best Regards :), Jakov On 27. 01. 2022. 00:42, Kirk Lund wrote: PS: Sorry if I didn't realize what BRs is :D On Wed, Jan 26, 2022 at 3:39 PM Kirk Lund wrote: Hi BRs/Jakov, I'm familiar with most of these threads, and these ones I know of

Re: Question regarding geode thread priorities

2022-01-26 Thread Kirk Lund
PS: Sorry if I didn't realize what BRs is :D On Wed, Jan 26, 2022 at 3:39 PM Kirk Lund wrote: > Hi BRs/Jakov, > > I'm familiar with most of these threads, and these ones I know of do not > spawn more than one thread total. Most of these are quite old, possibly > predating Executors in Java. I

Re: Question regarding geode thread priorities

2022-01-26 Thread Kirk Lund
Hi BRs/Jakov, I'm familiar with most of these threads, and these ones I know of do not spawn more than one thread total. Most of these are quite old, possibly predating Executors in Java. I doubt using max priority is important for these threads, but you should probably do some perf testing if

Question regarding geode thread priorities

2022-01-24 Thread Jakov Varenina
Hi community, We have came across to some code in geode that prioritizes some of the threads using https://cr.openjdk.java.net/~iris/se/11/latestSpec/api/java.base/java/lang/Thread.html#setPriority(int). Below you can find links to code.