[Zope] Reading GIS files(.shp, .dbx, .) into ZopeDatabase

Tino Wildenhain tino at wildenhain.de
Wed Nov 9 03:15:24 EST 2005


Am Dienstag, den 08.11.2005, 17:07 -0800 schrieb Allen Huang:
> I know it might be difficult, but I like try it. I don't really like
> to use multiple databases if I could fit all the data into onto zope
> or mutiple zope databases, maybe it could increase dataflow since I
> wouldn't need to transform data from one format to another. 
>  
> But I'm really concern on how it will stress my RAM. I made a system
> with zope to take in members and when I try to do some statistics with
> zope, I had to change from a 256mb ram to a 512mb ram.
>  
> what do think about this Dieter??

I'm not Dieter but what I can say is: avoid the use of
large monolitic objects and try to split it all up
into smaller chunks and work with them in small portions
at once. This way you can save on memory usage.





More information about the Zope mailing list