Re: [xz-devel] xz-utils streaming patch

2013-07-04 Thread Alexander Clouter
On Thu, Jul 04, 2013 at 02:57:31PM +0300, Lasse Collin wrote: In contrast to your patch, the committed code calls read() as long as read() can fill the buffer completely. poll() is only called when read() would block and only then is the flush-timeout checked. Thus, the system time isn't polled

Re: [xz-devel] xz-utils streaming patch

2013-07-04 Thread Lasse Collin
On 2013-06-26 Alexander Clouter wrote: > Attached is a patch that enables 'streaming' support for xz output, > in short LZMA_SYNC_FLUSH is called every X milliseconds. There is now this kind of feature in the git repostory that can be tested. I named the option --flush-timeout=TIMEOUT where the ti