Re: Control that displays LOTS of data without taking all memory

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: VMI (vonchi_m_at_yahoo.com)
Date: 08/11/04


Date: Wed, 11 Aug 2004 17:55:43 -0400

When I first started writing the application, we all assumed (including the
client) that the files to load weren't going to be that big. So we decided
to do it like this. After we finish everything (and the deadline is almost
approaching), we're told that the files are HUGE. Since we're pretty short
on time, I thought that the second best thing to do was to display the data
in a control that doesn't load everything into memory.

"Nicholas Paldino [.NET/C# MVP]" <mvp@spam.guard.caspershouse.com> wrote in
message news:OSfOt88fEHA.2468@TK2MSFTNGP12.phx.gbl...
> VMI,
>
> While Adam's suggestion is a good one, I would really ask if you need
to
> display all 80 MB of data at one time? Since it is data in a tabular
> format, I can't imagine that a human could ever take it all in at once.
>
> I really think that in this case (and others like this), the workflow
> and interface needs to be redesigned to be more efficient.
>
> --
> - Nicholas Paldino [.NET/C# MVP]
> - mvp@spam.guard.caspershouse.com
>
> "VMI" <vonchi_m@yahoo.com> wrote in message
> news:O2FeOz8fEHA.3416@TK2MSFTNGP09.phx.gbl...
> > Is there a Windows control that will let me display lots of data (80MB
of
> > data in ascii file) without taking all the memory? I tried it with a
> > datagrid but its datasource (in my case, a datatable) must be stored to
> > memory in order to display it. I also tried with a listview and I
thought
> it
> > would've worked but I also noticed that the application's memory usage
> kept
> > on rising (similar to the datagrid) to the point that Windows' virtual
> > memory popup would be displayed.
> > Is there any control that will let me just display data without having
to
> > store it in memory so that no matter how much data I need to display,
the
> > memory usage will remain more or less the same?
> >
> > Thanks.
> >
> >
>
>



Relevant Pages

  • Re: What could be causing a slowdown across the board?
    ... is nowhere near maxed, memory usage is not maxed, drive activity is ... it can display memory paging as it occurs. ...
    (comp.sys.mac.system)
  • TP 6.0 Request.: SVGA BGI / Unit + Graphics conversion + Memory usage
    ... => a way to display any modern type graphics files ... Mostly memory trouble. ... my problem is I do not know how to display the ... but on most websites the extended memeory info is based on DOS ...
    (comp.lang.pascal.borland)
  • Re: Text overlay on image then Save to JPEG with reasonable DPI for Online printshop
    ... > Let's suppose I have an image of 1500 X 1500 pixels of which I ... picture at the top right of the card, or whether it is actually the card ... memory (an invisible VB picture box or a memory bitmap or DIBSection or ... What you "display to the user" while he is ...
    (comp.lang.basic.visual.misc)
  • Re: Support of a large table
    ... >> display different parts within different controls of a vb app. ... >> One part of the XML file identifies information about processor cylces. ... >> demanding on memory. ... > Try to open it in vb with DOM first. ...
    (comp.lang.basic.visual.misc)
  • Re: pymssql - execute loads all results into memory!
    ... is appearing to load all records into memory. ... execute never returns, pythons memory usage slowly ballons till the ... So I am not sure why an execute would feel the need to load all rows, ...
    (comp.lang.python)