Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix A Advanced Topics : Setting Up the Thread Pool

Setting Up the Thread Pool
TIBCO ActiveMatrix BusinessWorksTM Plug-in for REST and JSON employs a thread pool to execute all the sending HTTP request operations, which is very efficient with a high degree of concurrency.
The number of threads in the pool determines the number of operations that can simultaneously be executed. The larger the thread-count, the more computer resources have to be used to maintain and switch contexts between threads.
The default value for the thread pool is 10. To set up a larger value for the thread pool, do the following:
1.
Navigate to the TIBCO_HOME\designer\version_number\bin directory and locate the designer.tra file.
2.
Open the designer.tra file.
3.
Set up a larger value for the bw.plugin.http.client.ResponseThreadPool parameter.
4.
After configuring the configuration file, restart TIBCO Designer.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved