Re: FastCode - IntToStr B&V v0.12



Hi Avatar

> Perhaps it would be nicer to execute the benchmarking and validation in
> a secondairy thread? This would make the GUI more responsive during
> testing (on multiprocessor machines anyway; the benchmarks will of
> course have higher priority then the GUI thread in this case).

I would not spend any energy on it. I am against adding complexity if it is
not necessary. It creates more possible bugs and time can be used better on
something else.

The GUI should not be used while benchmarking.

Running validation at low priority in the background would be OK. Making it
stopable from the GUI is very low priority.

Regards
Dennis


.



Relevant Pages

  • Re: 3 tier architecture: a lot of questions
    ... here is that your middle layer actually solves some business problem ... and the GUI. ... the RDB access layer. ... Where things get stickier is when the validation data is not yet in the ...
    (comp.object)
  • Re: Input validation in Swing application
    ... > if you could choose input components that make violation of types ... It was the simple type validation you mention above I was thinking ... ideally goes in the database as a second check to ensure ... > that the validation in the front-end GUI was successful. ...
    (comp.lang.java.programmer)
  • Re: Application logic and Business logic
    ... >>In many cases you want to have interactive validation in your GUI. ... how can the DBMS do this for me? ...
    (comp.object)
  • Re: Inconsistent CPU usage
    ... In fact the contents of the GUI is dependent on the user login ... with an rexec service which does the initial validation. ... some reading I wonder if I could or should use "invokeAndWait" to ...
    (comp.lang.java.programmer)
  • Re: How to get bind return?
    ... Gerald W. Lester wrote: ... You can of course also do field by field validation as they enter data. ... Donal (not that I need to tell Gerald this, ... GUI design before tend to run into trouble with this point before ...
    (comp.lang.tcl)