Skip to content

ExecutorScheduler Concurrency and Performance Issues #713

Closed
@benjchristensen

Description

@benjchristensen

The ExecutorScheduler, or at least the backing implementation of Schedulers.threadPoolForComputation() is needed because:

  1. It allows concurrent execution if used in a pattern other than sequential recursion. In other words, it doesn't protect against misuse: Fix Scheduler Memory Leaks #712 (comment)

  2. Performance is very bad when doing recursion: Recursion on ExecutorService with >1 Thread is Slow #711

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions