...
XML Syntax | <tns:ODESchedulerThreadPoolSize>0</tns:ODESchedulerThreadPoolSize> |
---|---|
Description | This Configure this property can be used to configure ode scheduler thread pool sizeto control the number of threads in the ode scheduler thread pool. This value should always be smaller than the maximum number of db connections configured for the bps persistance store data source. If you are using both human tasks and bpel with b4p extension activity configure this values to be less than half of maxActive database connections number. ThreadPoolSize < maxActive Connections => Only using BPEL processes ThreadPoolSize < (maxActive Connections) / 2 => Using both BPEL processes and Human Tasks Always try to provide as much database connections as possible to BPS. |
Mandatory/Optional | optional Mandatory |
Sample Implementations
Code Block | ||
---|---|---|
| ||
<tns:ODESchedulerThreadPoolSize>0</tns:ODESchedulerThreadPoolSize> |
...