0 CDK Component Configuration Table 5.6.0

compared with
Version 4 by Victor NOËL
on Feb 15, 2016 11:00.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (1)

View Page History
| acceptor-retry-number | Number of tries to submit a message exchange to a processor for processing before to declare that it cannot be processed. | {center}40{center}\\ | {center}Installation{center}\\ |
| acceptor-retry-wait | Base duration, in milliseconds, to wait between two processing submission tries. At each try, the new duration is the previous one plus this base duration. | {center}250{center}\\ | {center}Installation{center}\\ |
| acceptor-stop-max-wait | The max duration (in milliseconds) before, on component stop, each acceptor is stopped by force. | {center}500{center}\\ | {center}Runtime{center}\\ |
| processor-pool-size | The size of the thread pool used to process Message Exchanges. Once a message is accepted, its processing is delegated to one of the thread of this pool. | {center}10{center} | {center}Runtime{center} |
| processor-max-pool-size | The maximum size of the thread pool used to process Message Exchanges. The difference between this size and the processor-pool-size represents the dynamic threads that can be created and destroyed during overhead processing time. \\ | {center}50{center}\\ | {center}Runtime{center}\\ |