Menu

#44 Chunk input reader

open
5
2013-01-03
2005-08-28
Anonymous
No

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.

Discussion


Log in to post a comment.