Skip to content

Multiplex HTTP requests in a single Actor #3

Description

@halorgium

It is probably unnecessary to have a new Actor for each TCPSocket.
Being an I/O-bound problem, it might make sense to reuse a Connection for many requests.

It is possible to have many method calls running concurrently on the same actor.

@jimweirich has a great talk showing this.

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions