See: <a href="http://paraview.org/Wiki/StreamingParaView">http://paraview.org/Wiki/StreamingParaView</a><div><br></div><div>Streaming processes the data in small pieces to prevent memory exhaustion, but it still makes the assumption that all of the data is available to read from (it does not attempt to solve the problem of concurrent access).</div>

<div><br></div><div>Little of that code is useful for live data, other than the qt render reschedule loop (see Plugins/StreamingView/ParaView/StreamingView.cxx in 3.10). In the distant past I used that trick to poll for either:</div>

<div>1) new data in a live data capable reader (simple) </div><div>2) a ready message from a live data capable server (difficult but efficient)</div><div><br></div><div>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>

28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-371-3971 x109<br>
<br><br><div class="gmail_quote">On Sun, May 22, 2011 at 6:28 AM, Bastien Purnelle <span dir="ltr">&lt;<a href="mailto:bastien911@gmail.com">bastien911@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi<br>
<br>
I&#39;am developing an interface between and application producing live-data and paraview that display this data.<br>
I have downloaded Paraview source from patmarion github and I found into the folder Application the folder StreamingParaView.<br>
I would like more explanation about this application in order to develop my own application that is able to update view with new data send by my application producing data.<br>
<br>
Thank you<br>
<br>
Bastien<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>