[16532] in Athena Bugs
Re: kerberized ftp hash mode.
daemon@ATHENA.MIT.EDU (Bill Cattey)
Thu Dec 3 19:42:56 1998
Date: Thu, 3 Dec 1998 19:42:46 -0500 (EST)
From: Bill Cattey <wdc@MIT.EDU>
To: "Theodore Y. Ts'o" <tytso@MIT.EDU>
Cc: bugs@MIT.EDU, linux-dev@MIT.EDU
In-Reply-To: <199812032313.SAA00253@dcl.MIT.EDU>
I understand now the nature of the problem, and the difficulty of fixing it.
But I think that it's more than an aesthetic problem. On a slow link
like PPP you need to know more often than every megabyte (IE more often
than every 15 minutes) that the transfer is successfully going. I
thought the whole purpose of HASH was to give that kind of real-time
feedback.
Since the code is assembling everything in memory, one cannot even look
at the size of the output file to determine if anything is happening.
It is too easy to think that FTP is hung.
Might it be possible to do some kind of buffer flush every minute of
real time or some such?
-wdc