HTTP Thread configuration | Community
Skip to main content
Lokesh_Shivalingaiah
New Participant
October 16, 2015
Solved

HTTP Thread configuration

  • October 16, 2015
  • 2 replies
  • 1268 views

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)

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Lokesh_Shivalingaiah

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

2 replies

Employee
October 16, 2015

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/eclipse/jetty/util/thread/QueuedThreadPool.java#QueuedThreadPool

Lokesh_Shivalingaiah
Lokesh_ShivalingaiahAuthorAccepted solution
New Participant
October 16, 2015

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