Skip to content

Explore a new design of dispatcher? #3254

Description

@He-Pin

In Cats Effect, IO and the scheduler are tightly integrated; similarly, the new Netty architecture supports various IOHandler and IOHandle implementations within the EventLoop, leveraging abstractions to enhance CPU reuse and reduce latency. Explorations such as https://github.com/franz1981/Netty-VirtualThread-Scheduler are also worth studying. Currently, Pekko’s default implementation relies on ForkJoinPool, and the latest version of ForkJoinPool now implements ScheduledExecutorService, thereby supporting time-based scheduling. I believe we should examine all these approaches—for instance, Netty’s EventLoop already supports time-based scheduling. Within Pekko, AffinityPool seems like the most suitable place to explore these practices.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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