Results 1 to 2 of 2
Thread: Design hesitation
- 08-19-2009, 08:55 PM #1
Member
- Join Date
- Aug 2009
- Posts
- 5
- Rep Power
- 0
Design hesitation
hi, comrades.
i had encountered with program-design problem. It's in the following - in my app i have to load a lot of image data. and i'm not sure - if there will be enough memory for it. even if it will, i don't want my program eat too much memory. i first decided load all image data i need, but then i think, that i can read it from the disk when necessary, but in this case i'm not sure in the speed - is reading from hard-disc enough fast? I don't want my user have to wait.
- 08-19-2009, 09:43 PM #2
Member
- Join Date
- Aug 2009
- Posts
- 5
- Rep Power
- 0
i'm too hasty. i calculated amount of memory which all my data will take. it's not so large - just about 5-50 mb (depending on image size, i will use. Anyway - 50 mb is a ceiling). But question about speed of reading data from disk is in force - in common cases - would it better to load data when necessary or load it at once?
Similar Threads
-
JSP Design.
By makpandian in forum NetBeansReplies: 0Last Post: 04-20-2009, 01:21 PM -
Aircraft gui design
By bozovilla in forum AWT / SwingReplies: 6Last Post: 09-30-2008, 03:08 PM -
Design Issue
By naveenmails in forum Advanced JavaReplies: 3Last Post: 07-29-2008, 03:32 PM -
Design Calendar UI
By praveen.kb in forum AWT / SwingReplies: 0Last Post: 01-21-2008, 11:54 AM -
Design patterns
By Freddie in forum New To JavaReplies: 2Last Post: 05-12-2007, 06:21 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks