Process Settings

Settings concerning execution at each service included in pipeline service can be set.

system db

About setting items

Port number Specify the listener port number that uses service.
Number of thread pools Set the minimum number of execution thread always in status of execution standby in service. There is a possibility that improve the response speed by enlarging this value.
The maximum number of threads Set the maximum number of execution thread that can be executed in service. Please enlarge this value when error execution thread number is insufficient. However, there is a possibility of causing the performance decrease oppositely when exceeded the limit of CPU and OS. Default value is 32. Please set a value bigger than "Number of thread pool"
Number of request queues Set size of service request queue. If the number of execution thread executed in service is "maximum number of thread", when there is a new execution request in service, the execution request are put in the request queue and waits till the number of thread is executed now becomes below "maximum number of thread". In the queue that keeps the execution request of this execution in status of waiting, set the number of requests that can be accumulated in the request queue here. The execution requeest is cancelled when number of execution request exceeds the size of request queue. If 0 is set to this value, the size of request queue becomes unrestricted.
Number of request warning queues Set the warning size of service request queue. When the number of requests accumulated in the service request queue exceeds this value, the warning log is output. When 0 is set to this value, the warning log is not output.
Monitoring timeout (second) Set monitoring timeout time of execution thread of service. When the execution thread of service has not finished processing in setting time, tt is detected as a thread not normal and the error log is output. However, please note that the processing of pipeline does not stop. Please enlarge this value when it takes time to process the pipeline, and the error log is output frequently.
 

▲ Top