Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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)
Solved! Go to Solution.
Thanks Opkar .That was my understanding and wanted to check if I have missed any configuration !!!
View solution in original post
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=8maxThreads=200
Regards,
Opkar
[1] http://grepcode.com/file/repo1.maven.org/maven2/org.eclipse.jetty/jetty-util/9.2.9.v20150224/org/ecl...
Views
Likes
Replies
Like