Skip to content

Threadpool for incoming connections #5

@LukasKalbertodt

Description

@LukasKalbertodt

Currently a new thread is created for every incoming connection. Reusing old threads would improve performance.

It would be useful to do some research on what type of thread pool to use:

  • Fixed size (probably bad: Refusing connections, if no thread is available)
  • Just growing (probably bad: Many paused threads)
  • growing and shrinking

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions