Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stupid Programmer Tricks - Part 4
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00823580
Message ID:
00823734
Views:
23
>George,
>
>You probably already know this, but I noticed this speed phenomena years ago with queries. At the time it was explained to me (here on the UT) that it had to do with the slight pauses the system makes to accept user input (checking for an ESC or something). Any input (like moving the mouse) cancels the wait, like with a WAIT WINDOW. At the time I got a more accurate, technical explaination, but I didn't understand it at the time and don't remember it.

Dan,

If I had to make a SWAG, I'd say that it's due to the message processing sequence. Every time the mouse moves, Windows sends a message to the window that currently has the mouse over it. This interrupts the normal sequence of the preemptive multi-tasking environment, giving the window receiving the message additional time to process it.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform