Skip to content

Python Multi-Process improvement. #18

@Fujio-Turner

Description

@Fujio-Turner

Its maxing out the single core that the script is operating on.
Since it process a list of all the unique WebSocket ID and go through the IN-Memory version of the SG log file.
I beat we can pass the in memory list to multiple instantiation of this script and cut of that big list into 4 smaller list and have each object do work on multiple cores.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions