a huge shared read-only data in parallel accesses -- How? multithreading? multiprocessing?

Emile van Sebille emile at fenx.com
Wed Dec 9 15:41:01 EST 2009


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




More information about the Python-list mailing list