Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
How to set up Thread Pool for jetty server? There is a configuration file etc/jetty.xml according to docs. Is this thread pool shared among all services published by Jetty server on various ports or does it create thread pool for each port separately? In my opinion pool is shared for all ports. Is it possible to set up thread pool for different ports? Do REST and SOAP services use same jetty.xml configuration file?
<Configure id="Server" class="org.eclipse.jetty.server.Server">
<Get name="ThreadPool">
<Set name="minThreads" type="int">50</Set>
<Set name="maxThreads" type="int">150</Set>
<Set name="idleTimeout" type="int">60000</Set>
<Set name="detailedDump">false</Set>
</Get>
Thank you,
Martin
Hello,
Could you please take a look at this document about:TalendHelpCenter:Thread pools?
Best regards
Sabrina