[python-win32] Passing arguments/values back and forth between separate executables at/during runtime

Tim Golden mail at timgolden.me.uk
Thu Apr 24 09:40:01 CEST 2014


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


More information about the python-win32 mailing list