The idea which someone (puck?) has mentioned on IRC once or twice is the
idea of "fading" data. So, instead of just straight killing things off,
things die off once a certain amount of data has come through (a certain
amount of queries?). I could see something like this:
* Packet comes in and show data
* Second packet comes in and it puts it's data on the top of the window
* A third comes in and does the same
* Once a threshold is hit, the data from the bottom starts getting
erased as no longer relevant.