Reserving Space on Disk
Topher Eliot
eliot at chutney.rtp.dg.com
Tue Jul 31 02:05:23 AEST 1990
|> Alternetly how about mmap? You can mmap a half a meg at a time, that ought
|> to reduce the number of syscalls, only write once every 8K (or whatever
|> the disk block size is) reducing the memmory bandwidth, but will this result
|> in fewer context switches then write? Then writev?
Well, it would avoid explicit context switches, but would undoubtedly involve
some non-trivial number of page faults. Can anyone out there educate us on
how many page faults could be expected?
Topher Eliot
Data General Corporation eliot at dg-rtp.dg.com
62 T. W. Alexander Drive {backbone}!mcnc!rti!dg-rtp!eliot
Research Triangle Park, NC 27709 (919) 248-6371
Obviously, I speak for myself, not for DG.
More information about the Comp.unix.wizards
mailing list