Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
System time slowing down problem
Message
From
31/10/2001 20:12:05
 
 
To
30/10/2001 14:54:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00572428
Message ID:
00575968
Views:
33
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform