close() erros (was: Trojan Horses)
Dan Bernstein
brnstnd at kramden.acf.nyu.edu
Fri Oct 26 15:12:04 AEST 1990
In article <4335 at pkmab.se> ske at pkmab.se (Kristoffer Eriksson) writes:
> You don't have to store your data for longer than until the next fsync()
> you do
Are you saying that we have to invoke the overhead of fsync() to solve a
problem not related to disk and CPU failures? That for a relatively
simple synchronization problem we have to send mounds of junk over the
network, when otherwise it might never need to traverse the network at
all? That even in a guaranteed failure-free system where the CPU and
disks never crash, we would have to use fsync()? Do you really believe
that EDQUOT should be made as disastrous as EIO? That's what you imply.
---Dan
More information about the Comp.unix.internals
mailing list