From: Emile van Sebille on
On 12/9/2009 6:58 AM Valery said...
> Hi all,
>
> Q: how to organize parallel accesses to a huge common read-only Python
> data structure?

I have such a structure which I buried in a zope process which keeps it
in memory and is accessed through http requests. This was done about 8
years ago, and I think today I'd check out pyro.

Emile