Configuration 1: Minimum

This image shows the simplest configuration. The Web service is offered to consumers at a single URL (http://www.Company.com/Jade/jadehttp.dll?MyWebService...) supplied by IISWebServer-1. A single copy of the Web application running in JadeNode-N1 on JadeServer-S1 handles all requests, one at a time.

The TCP port number used by jadehttp.dll to connect to the Multi Worker TCP Transport (MWTT) group of the application is 21001 (TcpConnection and TcpPort parameter values). A maximum of 10 outstanding requests is permitted (MaxInUse parameter value).

The jadehttp.dll queues a request to the Web application by opening a new connection or by reusing an idle connection. When the jadehttp.dll has received the reply from a connection, it adds the connection to the idle list. In this case, up to ten connections can be open between the jadehttp.dll and the MWTT for the Web application. When ten requests are outstanding (and therefore ten connections are in use), additional requests are rejected with an application is busy error.

If you specify a host name for the TcpIpConnection parameter, all DNS-provided address will be attempted. Both the TcpIPv6 and TcpIPv4 protocols will be attempted on the provided IP addresses. Each connection failure will be logged, and the next available combination tried.