Shared Memory

Alex Martelli aleax at aleax.it
Mon Mar 3 03:07:04 EST 2003


Ian Pellew wrote:

> Hi;
> 
> Has any one done any work with Python using Shared Memory !
> 
> I have the need to load some small Database tables into memory that I
> will constantly use.
> 
> In C I would simply create some shared memory (The Unix world) and put
> my data there.
> 
> Any help / pointers please.

Module mmap in the standard Python library might be what
you're looking for.


Alex





More information about the Python-list mailing list