Sun Microsystems 5.1.1 manual Setting Acceptor Threads Property for Https Server Mode

Models: 5.1.1

1 114
Download 114 pages 56.55 Kb
Page 54
Image 54

Chapter 5

Section 5.6

Configuring the HTTPS eWay

Setting Acceptor Threads Property for HTTPS Server Mode

5.6Setting Acceptor Threads Property for HTTPS Server Mode

Before you run the Java CAPS Logical Host, you must set the Acceptor Threads property for the Sun SeeBeyond Integration Server HTTP listener. This property allows you to set up the correct performance of the HTTPS eWay in server mode.

Acceptor threads operate as follows:

ƒAt server start-up time, the Sun SeeBeyond Integration Server HTTP listener creates a number of request-processing threads. Each incoming request requires a thread for the duration of that request.

ƒIf more simultaneous requests are received than can be handled by the currently available request-processing threads, additional threads are created. This number is limited by the configured maximum.

ƒIf still more simultaneous requests are received, they are queued inside the server socket created by the HTTP listener, up to the configured maximum. Any further simultaneous requests receive “connection refused” errors, until resources are available to process the requests. In Java CAPS, such errors appear in the log file for the server mode eWay component.

Note: For more information, visit the Apache Tomcat server, version 4.1, Web site.

ƒTo adjust the number of threads that wait for HTTP connections (Acceptor threads) according to the needs of your application, refer to the Sun SeeBeyond eGateIntegrator System Administration Guide for more information.

HTTPS eWay Adapter User’s Guide

54

Sun Microsystems, Inc.

Page 54
Image 54
Sun Microsystems 5.1.1 manual Setting Acceptor Threads Property for Https Server Mode