472,144 Members | 1,855 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,144 software developers and data experts.

Which control should I use for displaying server status

Hi,

For a server with GUI, I am using a listview to display an online server
status like this:

Client IP Request # Status
1.1.1.1 1 success
2.2.2.2 2 failed

Since the number of request can be huge (half a million), I am wondering
if this display will cause performance degration overtime. Besides, I
have a TextBox as well to display exceptions and other additional
messages. I already saw the performance went down over time. I really
like to have something similiar to a DOS console that will not degrade
overtime but still display the lastest messages. I had a log file to log
all the messages so I don't need the GUI to save any thing. Any ideas?
Thanks.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 16 '05 #1
1 1049
I would be inclined to use a list box, but as I add an entry to the end of
the list, I would delete the first entry, keeping say 2000 of them.

All the Best
Julian N.

"Alan Chen" <li**********@hotmail.com> wrote in message
news:ut**************@TK2MSFTNGP12.phx.gbl...
Hi,

For a server with GUI, I am using a listview to display an online server
status like this:

Client IP Request # Status
1.1.1.1 1 success
2.2.2.2 2 failed

Since the number of request can be huge (half a million), I am wondering
if this display will cause performance degration overtime. Besides, I
have a TextBox as well to display exceptions and other additional
messages. I already saw the performance went down over time. I really
like to have something similiar to a DOS console that will not degrade
overtime but still display the lastest messages. I had a log file to log
all the messages so I don't need the GUI to save any thing. Any ideas?
Thanks.
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!

Nov 16 '05 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

1 post views Thread by Yoshitha | last post: by
reply views Thread by Earl Teigrob | last post: by
1 post views Thread by Christopher Brandsdal | last post: by
2 posts views Thread by jfolland | last post: by
reply views Thread by Saiars | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.