Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application is slow on user's machine
Message
De
11/08/2005 10:53:55
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01040199
Message ID:
01040249
Vues:
13
>Hi everybody,
>
>We tried to roll on a first version for the users and the application runs very slow on user's machine. On my development PC and other developer's PC the speed is fine.
>
>Here are the differences in configuration:
>
>Our PC have 1GB RAM, the user's PC has 256 MB.
>
>Our PC have VFP8 and VFP9 installed, the user's PC has only run-time version.
>
>We're running with XP Themes turned on and the user runs with Themes turned off (the appearance is not nice at all).
>
>The user doesn't have VBScript and the user can not change display settings.
>
>What can we do to speed up the application except for adding more memory?
>
>Thanks in advance.

Reduce the memory in your PC:
* iterate this
LOOP
 do while AppIsOK
   Memory=Memory/2 ( or Memory-256MB)
 enddo
LOOP UNTIL ImNotAbleToOptimizeIt
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform