In article <1137794632.341322.1449682529800.javamail.ngm...@webmail09.arcor-online.net>, Carsten Kunze <[email protected]> wrote: >Eduardo Horvath <[email protected]> wrote: > >> Is the file descriptor still open at the time of the munmap? > >Yes. I open the files, then do many mmap->munmap in a loop (for large >files--I don't map the whole file at once), then use futimes then close.
Can't you use fsync() then? christos
