Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[ESB] Thread Pool Server/client

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

Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hello,

Could you please take a look at this document about:TalendHelpCenter:Thread pools?

Best regards

Sabrina