Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
System time slowing down problem
Message
De
31/10/2001 20:12:05
 
 
À
30/10/2001 14:54:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00572428
Message ID:
00575968
Vues:
34
Hi,

Thank a lot for your advise. I am currently converting my application
and seem to be working better. However, when my application
is processing my data file, the system resources monitor show
that it take up all the system resources and CPU time too. Is this
normal ? I hope that this will not cause any system slowness.

>Hi Virusim;
>
>On VFP we have a tool more usefull for you instead of a DO WHILE
>
>Do while will take so many of your processor's resources
>
>After added the TIMER OBJECT to your app. It will be something like:
>
>
>procedure myobj.timer
>   if file found
>       *unzip the file
>       *process the file to main database files
>   else
>       *display that the application is idle
>   endif
>   if  exit
>       *  break out of loop and end program
>   endif
>   doevent   &&<------ I am not shure what are you trying to do here
>endproc
>
>
>Ps: dont forget to set the proper interval to the TIMER OBJECT
>
>CLAUDIO
Best Regards
Virusim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform