Mail Archives: djgpp/1996/09/04/10:28:41
At 08:59 04/09/96 +0200, Eli Zaretskii wrote:
>
>On 3 Sep 1996, Jeffrey Taylor wrote:
>
>> If you are using SMARTDRV, its buffers need to be flushed too.
>
>If all you want is to ensure that the DOS file system "knows" about all
>the bytes you've written to the files, you DON'T need to flush the
>caches. That's because subsequent reads will check the cache first, and
>will find those bytes there even if the actual disk write has been
>delayed.
>
>Only when you are going to reboot, or switch off your machine, you need
>actually to ensure the cache is flushed.
>
>
This correct in full Eli, but what I think people concern here is an
eventual power failure or hardware (damage/crash), which may lose exactly
the last time window of your precious log. (I know better, because of of my
customers had this problem)!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Cesar Scarpini Rabak E-mail: csrabak AT ipt DOT br
DME/ASC Phone: 55-11-268-35221Ext.350
IPT - Instituto de Pesquisas Tecnologicas Fax: 55-11-268-5996
Av. Prof. Almeida Prado, 532. Sao Paulo - SP 05508-901 BRAZIL
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Raw text -