Open GoogleCodeExporter opened 9 years ago
I am not sure I understood the question. The reading will stop when the end of
the file is reached. If a writer (max one per file) appends to the end of the
file, reading it again will yield more data. Is this what you meant? Or are you
talking more in terms of observer-like approach and waiting for the data to
become available?
Original comment by yuriastrakhan
on 6 Aug 2012 at 6:34
Sorry for bad explanation,
Yes I am looking for observer like approach.
I want to use it in my academic project where I am collecting data from various
node(which will be writer) and at front end(multiple instances), I want to
display this data on a chart on continuous and real time basis like a stream.
Here front end will request data and chart will be plotted with available data
and if new data comes then automatically chart got updated.
Original comment by vikramec...@gmail.com
on 7 Aug 2012 at 7:30
Original issue reported on code.google.com by
vikramec...@gmail.com
on 1 Aug 2012 at 11:33