uCosminexus Service Platform, Setup and Operation Guide

[Contents][Glossary][Index][Back][Next]

5.3.25 Changing the Flow Control Value

In the operating environment, you can change the flow control value of the standard reception (synchronous reception (Web service)) and user-defined reception.

This subsection explains the prerequisites for changing the flow control value of the standard reception (synchronous reception (Web service)) and user-defined reception and how to change the value.

Organization of this subsection
(1) Prerequisites
(2) Change Procedures

(1) Prerequisites

To change the flow control value of the standard reception (synchronous reception (Web service)) and user-defined reception, the following conditions must be met:

(2) Change Procedures

The procedure for changing the flow control value of the standard reception (synchronous reception (Web service)) and user-defined reception is explained below:

(a) To change the flow control value of the standard reception (synchronous reception (Web service))

The procedure for changing the flow control value of the standard reception (synchronous reception (Web service)) is explained below:

  1. Update the HCSC server runtime definition file and change the flow control value.
    When you want to change the flow control value, change the following property values in the HCSC server runtime definition file. For details about the HCSC server runtime definition file, see HCSC server runtime definition file in the manual Cosminexus Service Platform Reference.
    • In SOAP 1.1
       
      request-soap.instance.maximum=maximum-number-of-concurrent-executions-of-standard-synchronous-reception-(Web-Service-or-SOAP-1.1) request-soap.exclusive.threads=number-of-dedicated-threads-of-standard-synchronous-reception-(Web-Service-or-SOAP-1.1) request-soap.queue-size=pending-queue-size-of-standard-synchronous-reception-(Web-Service-or-SOAP-1.1)
       
    • In SOAP 1.2
       
      request-soap1_2.instance.maximum=maximum-number-of-concurrent-executions-of-standard-synchronous-reception-(Web-Service-or-SOAP-1.2)
      request-soap1_2.exclusive.threads=number-of-dedicated-threads-of-standard-synchronous-reception-(Web-Service-or-SOAP-1.2)
      request-soap1_2.queue-size=pending-queue-size-of-standard-synchronous-reception-(Web-Service-or-SOAP-1.2)
       
  2. Specify the HCSC server runtime definition file.
    For details about how to specify the HCSC server runtime definition files, see 3.1.4 Setting up the HCSC server definition information.
    Note
    The specified information is reflected when the standard reception starts.
(b) To change the flow control value of the user-defined reception

The process of changing the flow control value of the user-defined reception is similar to the process for changing the definition information for user-defined reception. For details about how to change the definition information for user-defined reception, see 5.3.22 Changing the definition information of user-defined reception.

Note that when you want to change the flow control value, change the following parameter values in the user-defined reception runtime definition file. For details about the user-defined reception runtime definition file, see User-defined reception runtime definition file in the manual Cosminexus Service Platform Reference.

 
user-defined-reception-soap.threads.maximum=maximum-number-of-concurrent-executions
user-defined-reception-soap.exclusive.threads=number-of-dedicated-threads
user-defined-reception-soap.queue-size=pending-queue-size
 
Note
The specified information is reflected when the user-defined reception starts.