Skip to content

Minimize threads numbers in transactional context #99

@christophe-w

Description

@christophe-w

When an executor service configuration of type INSTANCE for a sub program, a thread is created at the beginning of the sub program and destroy at the end of the sub program. This may increase the number of threads created significantly in the case of using the sub program in a Loop.
In such case, the created threads should be cached to be reuse in a next iteration.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions