Développer ma barre des réalisations de la Communauté.

Mark Solution

Cette conversation a été verrouillée en raison de son inactivité. Veuillez créer une nouvelle publication.

RÉSOLU

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 solution acceptée

Avatar

Réponse correcte par
Level 10

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

Voir la solution dans l'envoi d'origine

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

Réponse correcte par
Level 10

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