On 03.09.2007, at 15:01, Gustavo Niemeyer wrote: > I'm actually a bit surprised that people don't seem to bother with > the strong references for the duration of the transaction. > In Landscape, for instance, we have web pages which show up thousands > of objects, and there isn't a good reason to keep the object in > memory after it has been displayed.
if you use the contentprovider pattern, you can't pass objects around, in most cases the objects are traversed and the traverser gets the object via store.get, but there is no reference to the object anymore in memory -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
