sharing data between processes

Dennis Lee Bieber wlfraed at ix.netcom.com
Sat Nov 30 01:20:38 EST 2002


Alex Polite fed this fish to the penguins on Friday 29 November 2002 
07:38 pm:

> I need to share data between processes running on the same
> machine. One way I can think of is to write a sql backend for my
> objects and then have the processes access the same db, but that seems
> like overkill for this small project.
> 
> Google tells me that maybe http://pybsddb.sourceforge.net/ could be
> used.  Any other ideas, preferably something that's in the standard
> library? And don't tell me I should use ZODB or you'll come to regret
> it!
>

        I've not studied the full details, but might the mmap module (perhaps 
with some others for support) offer some help?


-- 
 > ============================================================== <
 >   wlfraed at ix.netcom.com  | Wulfraed  Dennis Lee Bieber  KD6MOG <
 >      wulfraed at dm.net     |       Bestiaria Support Staff       <
 > ============================================================== <
 >        Bestiaria Home Page: http://www.beastie.dm.net/         <
 >            Home Page: http://www.dm.net/~wulfraed/             <




More information about the Python-list mailing list