Information Technology Reference
In-Depth Information
The preceding diagram shows how, even with fewer threads, the response time decreases
because the actual tasks are not being finished by the BPM system invocation. Instead,
they're just queued for another group of threads to actually perform them. This strategy
with an executor service will even provide a retry mechanism if the tasks fail, because it
can be configured to retry each command a number of times if they throw an exception, or
even leave them in a pending state until a solution to the failure can be found.
Search WWH ::




Custom Search