Expand my Community achievements bar.

SOLVED

HTTP Thread configuration

Avatar

Level 10

Where is the configuration for maximum number of threads to handle request in 6.1 (Jetty) like we had in 5.6.1 (CQSE HTTP Service)

1 Accepted Solution

Avatar

Correct answer by
Level 10

Thanks Opkar .That was my understanding and wanted to check if I have missed any configuration !!!

View solution in original post

2 Replies

Avatar

Employee

Hi Lokesh,

it appears that this is no longer configurable and instead AEM uses the default settings for Jetty’s QueuedThreadPool in version 9.2.9 [1], i.e.:

minThreads=8
maxThreads=200

 

Regards,

Opkar

[1] http://grepcode.com/file/repo1.maven.org/maven2/org.eclipse.jetty/jetty-util/9.2.9.v20150224/org/ecl...

Avatar

Correct answer by
Level 10

Thanks Opkar .That was my understanding and wanted to check if I have missed any configuration !!!