bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Writing whole blocks?


From: Hrvoje Niksic
Subject: Re: [Bug-wget] Writing whole blocks?
Date: Wed, 23 Mar 2011 21:13:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Micah Cowan <address@hidden> writes:

> Well, but this problem is the same one suffered by an program anywhere
> that uses stdio.

I wouldn't call it a problem, but it feels suboptimal in the case of
Wget's download.  Most programs make use of stdio buffering so they
don't need to worry about the size of chunks in which they write out the
data.  Some programs don't use stdio because they have different needs,
e.g. access to underlying file descriptors.  In the case of storing the
downloaded chunks, Wget uses stdio primarily for portability, not for
its buffering layer.

> But your mention of stdio brings an important point: if folks want to
> buffer the data to "page size" chunks before writing,

If someone really needs to do that, he can use redirect output to stdout
and implement custom buffering in a simple separate program in the
pipeline.  But I seriously doubt that this is ever needed in practice.

Hrvoje



reply via email to

[Prev in Thread] Current Thread [Next in Thread]