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.
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.