Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Thread Safetiness #1

@schulmar

Description

@schulmar

The current implementation is not safe when multiple threads are calling at the same time.

There should be locks on all shared variables, however this could block too long.
Therefore statistics calculation should be done in a separate thread.

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