I have an application that generates a single database record during the course of being used for 4-6 hours (in addition to a bunch of other stuff).
The record is a list of data objects (each about 36 bytes). Depending on the user, the record may get to be as big as 150 or so objects. But it might only be 40-80, with no real way to predict in advance. My question is should I allocate one "big" record (in the datamanager) that is 3K or so and then resize the record down when I close it or allocate in "chunks" (40 or 50 objects large) as I go. Or, is this still small enough that it doesn't really make any difference? Thanks, Mitch -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
