Skip to content

Queue instead of multiple Data / SQL Clients #7

@tdashton

Description

@tdashton

Create one SQL/Data source client in the main thread passing in the queue. Pass the queue as well to the threadedServer, which in turn writes the data it receives into the queue. This way we have a fan-in from multiple threadedServer threads into the SQL/data source client, preventing multiple simultaneous writes.

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