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
[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