Shared Memory

Howard Lightstone howard at eegsoftware.com
Sun Mar 2 20:28:22 EST 2003


ipellew at pipemedia.co.uk (Ian Pellew) wrote in 
news:30875970.0303021459.662787af at posting.google.com:

> 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.
> 
> Regards
> Ian

You might try the mmap module from the standard library.




More information about the Python-list mailing list