Avatar of thready
thready

asked on 

ExecutorService

Hi Experts,

I'm doing a simulation of a bunch of sessions that do 3 or 4 REST calls.  I'd like to do as many as possible simultaneously that won't start degrading the machine and give diminishing performance.  I don't care to make it right at the critical point, but I'm wondering what's a good number of threads to use?  I'm thinking 150 is likely a good number.

Thanks for any advice,
Mike
JavaJava EE

Avatar of undefined
Last Comment
thready

8/22/2022 - Mon