Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Win32_ProcessStartup
Message
From
25/11/2002 16:39:07
 
 
To
25/11/2002 15:35:21
Roman Segaud
Laboratoires Fortepharma
Nice, France
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00724194
Message ID:
00726678
Views:
29
>Thank's a lot for your help Hermam. All is working fine, but some strange feature appears, when I create the first process, I need about .3 - .4 second to perform it, and if I create it the second or more time, it just need .02 - .05 to do it !!!
>
>The best way, is to create the first one even with nothing, and if the objetct stay in memory long enought to a second one will process in 0.02 to 0.05 seconds !!! It's exceptionnal !!!
>
>Regards,
>Roman

My guess is, when the first time the process created, it has to read from disk (disk access), this will slow down a bit. But the next call, the process already in cache. It doesn't need to read from disk anymore, so it will be a lot faster.

Glad I can help :-)
Regards
Herman
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform