I have been saving to disk after each change. My main reason for doing this is because different sections are bookmarked, and different data is manipulated in each section. So after a section has been completed, the appropriate data is written to the database and the bookmark is updated.
Chris --- erik hansen <[EMAIL PROTECTED]> wrote: > > --- "J. Landman Gay" <[EMAIL PROTECTED]> > wrote: > > On 7/16/03 10:35 AM, Chris Sheffield wrote: > > > > globals), arrays, or custom properties. > > > > Or combine two of those methods and use a > > global variable that contains > > an array. I've had good luck with this > > approach. Globals provide the > > fastest access of the three methods you > > mention, and arrays are the > > fastest way to access individual chunks of > > data. A global array also has > > the advantage of being available to all the > > scripts in the stack and > > keeps all the information in one tidy > > container. > > are you getting this array from disk, > making changes, then saving it back to disk? > and is this saving at the end of the session > or as you go? they used to say that globals were > too volatile to rely on very long, so i have > been saving to disk after each change. > > Erik > > ===== > [EMAIL PROTECTED] http://www.erikhansen.org > > __________________________________ > Do you Yahoo!? > SBC Yahoo! DSL - Now only $29.95 per month! > http://sbc.yahoo.com > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution ===== Chris Sheffield Read Naturally www.readnaturally.com __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
