Performance - Console vs. GUI
From: Dave M. (nospam_at_ihatesmap.com)
Date: 02/03/05
- Next message: David Lowndes: "Re: Performance - Console vs. GUI"
- Previous message: D Alcamy: "vc++ 6.0 vs vc++.net 03"
- Next in thread: David Lowndes: "Re: Performance - Console vs. GUI"
- Reply: David Lowndes: "Re: Performance - Console vs. GUI"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Feb 2005 15:53:43 -0700
Anyone have any updated information on application performance, specifically
GUI-based versus console-based?
I am developing an application. This application will load an XML file that
represents a script of commands that are executed against a server (basic IP
communication). The application will spawn 1 - 50 threads, and each of
these threads will get the next available step and execute it, finish, check
for another step, etc.
My question is that this application is going to main information down to
the thread level. Thread 1 executed # of commands, # passed, # failed, and
the amount of time it took. Will there be that drastic of a performance hit
by doing a GUI application versus a console application? The biggest
differences will be 1) resources to draw and maintain the GUI itself (if I
put some controls and such that require rendering) and 2) maybe allowing the
user to "refresh" statistics to see what's going on right now.
Adding .0001 to every transaction is not that big of a deal from my
perspective. But the potential is there for this thing to be running for
days or weeks. If the machine starts to bog down severely after that time
(if it would happen if a GUI environment versus a console application), that
is a problem. The operating environment is Windows 2000/XP, regular SQL
Database calls, etc.
Not sure what else is needed. Basically there are people that say GUI is
fine, others that say GUI will hinder performance. User's preference is not
considered important (isn't life grand!). Just stability and performance.
Thanks for any insight.
- Next message: David Lowndes: "Re: Performance - Console vs. GUI"
- Previous message: D Alcamy: "vc++ 6.0 vs vc++.net 03"
- Next in thread: David Lowndes: "Re: Performance - Console vs. GUI"
- Reply: David Lowndes: "Re: Performance - Console vs. GUI"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|