wxPython performance
Kragen Sitaker
kragen at pobox.com
Sat Jun 1 16:08:55 EDT 2002
More information about the Python-list mailing list
Sat Jun 1 16:08:55 EDT 2002
- Previous message (by thread): wxPython performance
- Next message (by thread): wxPython performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Peter Hansen <peter at engcorp.com> writes: > How fast do you need it to be? (That's a serious question. > Are you planning to open and close the application so frequently > that six seconds is unacceptable?) >From a human interface perspective, having to wait six seconds for a response to a command (including "start program") is annoying; this is the reason for "splash screens". You don't want people to be annoyed every time they start your program. Worse, six seconds is plenty of time for a user's thoughts to wander; it means that the user may have forgotten what they wanted to do by the time the program starts.
- Previous message (by thread): wxPython performance
- Next message (by thread): wxPython performance
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list