Plotly Dash and multiprocess

Hello,
I have a python script with multiprocess.process and I want to plot the data with a dash.
My python script sample data from A/D converter with resolution of microsecond. I want to upgrade the graph with the same resolution, but I get always more delay. Is there any way to get both working together?

Thanks

Hello @alejandrosando,

Is it possible for you to give us an example of what you are doing, to see if there is a way to help you out?