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
To change the flow control value of the standard reception (synchronous reception (Web service)) and user-defined reception, the following conditions must be met:
-
Management Server is active
For details about how to check the Management Server status, see 5.3.13 Checking the Manager status.
-
Administration Agent is active
For details about how to check the Administration Agent status, see 5.3.13 Checking the Manager status.
(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:
-
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 6.5.6 HCSC server runtime definition file in the manual uCosminexus Service Platform Reference Guide.
-
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)
-
-
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.
- Important 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 6.6.2 User-defined reception runtime definition file in the manual uCosminexus Service Platform Reference Guide.
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
- Important note
-
The specified information is reflected when the user-defined reception starts.