How can I define min/max number of threads for incoming HTTP requests in gsengine?

How can I define min/max number of threads for incoming HTTP requests in gsengine?

book

Article ID: KB0086356

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
Description:
============
In order to maximize throughput through the Gateway Server, how can I customize the number of threads that the server uses?


Environment:
============
TIBCO BusinessConnect 6.x

Resolution:
===========
Add the following properties in the gaengine.tra file and restart the gsengine. The min and max default values are 32 and 64 respectively. Note that the more threads will require more memory to be use by the Gateway Server, so be sure to update the max heap size accordingly.

java.property.gs.webengine.http.minProcessor
java.property.gs.webengine.http.maxProcessor

Issue/Introduction

How can I define min/max number of threads for incoming HTTP requests in gsengine?