Re: [ZODB-Dev] memory usage recommendation

2006-01-12 Thread DJL
Thanks Tim Peters wrote: [DJL] I have a project that i want to export to nokia 770 that use zodb is there any recommendation to minimize the memory usage of zodb package Don't store any objects in the database, and don't open any storages or connections ;-) Of course those are sill

RE: [ZODB-Dev] memory usage recommendation

2006-01-12 Thread Tim Peters
[DJL] > I have a project that i want to export to nokia 770 that use zodb > is there any recommendation to minimize the memory usage of zodb package Don't store any objects in the database, and don't open any storages or connections ;-) Of course those are silly extremes, but they do point to thi