HTTP Connector Resource

This section describes the tuning parameters for the HTTP Connector resource that you can configure in TIBCO Business Studio™ for BusinessWorks™.

Basic Configuration

Field Description
Acceptor Threads These are the HTTP socket acceptor threads for the HTTP Connector resource, which pick up the HTTP requests.

The default value is 1.

Accept Queue Size This is the number of connection requests to be queued before the operating system starts sending rejections.

The value can be set to either 0 or -1 .These values signify that the queue size is 50 or OS-specific.

HTTP Connector - Basic Configuration

Advanced Configuration

Field Description
Queued Thread Pool The Queued Thread Pool is the thread pool provided by Jetty that uses the default job queue configuration. The QTP threads accept requests from the Acceptor threads.

The default values are:

  • Minimum QTP threads = 10
  • Maximum QTP threads = 75
HTTP Connector - Advanced Configuration