On 23/04/2014 23:45, Tim Roberts wrote:
> Jacob Kruger wrote:
> Windows has the concept of a memory-mapped files -- essentially a chunk
> of memory pages that can be shared between multiple processes.  That's
> awfully easy, but I don't know if there is a Python mapping.  

The mmap stdlib module wraps (on Windows) MapViewOfFile and its friends.

TJG
_______________________________________________
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32

Reply via email to