Skip to content

Start a Goroutine for each request #16

@kevba

Description

@kevba

In the current implementation each connection runs in its own goroutine. All the requests send using that connection get handled sequentially by that same routine. It might be possible to handle each request in its own goroutine and thus speeding up the server if resources are available.

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