Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 3 performance Versus VFP 6
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
VFP 3 performance Versus VFP 6
Divers
Thread ID:
00145978
Message ID:
00145978
Vues:
70
I use a wait window in one of my routines and noticed that it is a lot slower in VFP6 than VFP3. So I did a small test:

nStart=SECONDS()
FOR x=1 to 150000
WAIT WIND ALLT(STR(x)) NOWAIT
ENDFOR
WAIT WIND ALLT(STR(SECONDS()-nStart,12,3))

This took 103 seconds in VFP6, while only taking 49 Seconds in VFP3. Does anyone know why this is? I know this specific case is not important, but I wonder where else I might run into this. Any thoughts are appreciated.

Marcus.
Répondre
Fil
Voir

Click here to load this message in the networking platform