Chunk input reader
Status: Alpha
Brought to you by:
cbonar
In order to port Barde on embedded devices or with low
memory or with expensive network connection, it could
be good to implement a way to read a log piece by piece
only when needed. The input could be a buffered stream
or a file, and the data is read chunk after chunk.
For instance, a cell phone or a PDA could be able to
ask to a remote server the part of the log is about to
read just before, to avoid a long connection with no
data exchanged.
Or it could also load a big file chunk by chunk in the
limited, temporary memory.