Re: about gzip
- From: Mark Adler <madler@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 26 Jun 2007 09:19:30 -0700
On Jun 25, 9:54 am, tguclu <tugrul.gu...@xxxxxxxxx> wrote:
Here is the problem ,when gzip starts to compress the file another
thread is still appending new data to the file.
What is the behaviour of gzip at this stage ?(gzip version 1.3.5)
gzip will stop when it thinks it gets to the end of the input, which
is may be before the file is complete.
You should write your own gzip using zlib (easy to do), so that you
can write your own input collection routines that keep tailing off the
file until some signal that the file is complete.
Mark
.
- References:
- about gzip
- From: tguclu
- about gzip
- Prev by Date: jpeg2000 streaming via HTTP
- Next by Date: Re: jpeg2000 streaming via HTTP
- Previous by thread: about gzip
- Next by thread: Re: Help, need name of hashing method
- Index(es):