| no matter what you do, if you add to something enough, you will run out of memory. even if you append it to a file on the hard disk. finite storage and all that. I've caused programs to crash because of over full text areas and overfull arrays and over full strings. I tried keeping an eye on the size of the contents of the variables, et al, and writing them to disk when they are too large for memory. if it's a log you need to keep for some reason, it should be on disk anyway. if it's ephemera that you can dispose of periodically, watch the size and overwrite it when it reaches a certain size. |
_______________________________________________ Juglist mailing list [EMAIL PROTECTED] http://trijug.org/mailman/listinfo/juglist_trijug.org
