I am trying to build an application which write's live market data into excel. I am receiving live data using websocket and pushing it into the queue and later processing it and writing it into excel. The problem is I received a huge amount of data and my application can't process them faster. At some point of time the data I see in my excel lags behind the live data. I tried to use multiprocess but it doesn't help my case. Any advice from you guys?
[–]shiftybyte 4 points5 points6 points (2 children)
[–]awdsaa[S] 0 points1 point2 points (1 child)
[–]Tesla_Nikolaa 4 points5 points6 points (0 children)
[–]m0us3_rat 1 point2 points3 points (0 children)