Everything on my front end freezes, including interval updates, while I’m inside a function call.
To be specific, I got a front end rocking some graphs and charts and a time consuming function that crunches some numbers and returns a result. I would like to show intermediate results of the timely function on a graph on the front end as the function is running. I was thinking the function could write the intermediate results to a list in shared memory, and the front end could be continuously pinging that list on interval to draw chart.
Any ideas thanks a tun everyone!
Nathan