Anders J. Munch wrote: > (note the potential race condition in > f=mmap.mmap(f.fileno(),os.fstat(f.fileno()))). Not sure anything could be done about that. Even if there were an mmap-this-file-however-big-it-is call, the size of the file could still change *after* you'd mapped it. -- Greg