birdsong <david.birds...@gmail.com> writes:
> Does anybody know of a system call that will 'knock' the file out of
> file cache?  Can madvise or fadvise do this?

I don't think so.  Best I can think of is unmount and remount the file
system.  And I don't know if even that is guaranteed if you don't
physically remove/unplug the device.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to