Jon Clements <jon...@googlemail.com> writes: > Is there a cross-platform way using Python to guarantee that an object > will never be swapped/paged to disk? I'll be honest and say I'm really > not sure if this is a particular language question or rather specific > to an OS. > > Under linux it appears I could create a ramfs and mmap a file under > that. Is there a way to do the above with mmap?
It's called mlock() -- Alain. -- http://mail.python.org/mailman/listinfo/python-list