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. Carsten
