sharing data between processes

Alex Polite m2 at plusseven.com
Fri Nov 29 22:38:26 EST 2002


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!

alex

-- 
Alex Polite
http://plusseven.com/gpg




More information about the Python-list mailing list