Distributed Shared Memory

Skip Montanaro skip at pobox.com
Tue Sep 3 17:18:22 EDT 2002


    Carlos> I need a Python bind for some lib that supports
    Carlos> "Distributed Shared Memory". Is there?

There is PyBrenda, which supports Gelerntner's tuple space concept (aka
Linda).  It only runs on Unix systems and there are some serious
restrictions (shared network drive, etc).  Google for "PyBrenda".  You might
find some similar packages by searching the Vaults of Parnassus for
"PyBrenda" and browsing the category in which it resides.

-- 
Skip Montanaro
skip at pobox.com
consulting: http://manatee.mojam.com/~skip/resume.html




More information about the Python-list mailing list