Originally Posted by
KevinWorkman
First off, are you sure you have to have all of those Objects in memory? Can't you load a subset at a time?
I need 15 minutes of data at any given time, once it is running. Users will determine while in creation mode. I could limit it but not sure how.
Originally Posted by
KevinWorkman
Can you write to file or to a database at all?
yes I have made a Database Manager to manage 4 db's that I use, plus I can create another just for this.
not so sure about a file, never thought about it. Write to a file and hold the files in a directory, read from a file. I would think this is similar to the Logger in java?
Originally Posted by
KevinWorkman
Does increasing the memory available to the JVM help at all?
I will read up more on this.
Thanks Kevin, Let me do some reading on the JVM, and write a test program for IO read/write.