Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Release a form
Message
From
18/11/2004 08:11:18
 
 
To
18/11/2004 06:11:33
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Environment versions
Visual FoxPro:
VFP 7 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00960885
Message ID:
00962551
Views:
17
Hi Fabio,
>My problem is different:
>VFP eliminates, automatically , one definition of the code category from the memory or not?

Best way to find out is probably one of the VFPT.

>But!, if, when the memory resources are to the limit, VFP eliminates a free definition of the class from the memory, then some problems exist.

You could try to influence at least part of the windows memory behaviour with API calls SetProcessWorkingSetSize and VirtualLock to guarantee stable resources from the OS level. Otherwise any time your app looses focus you are in danger of memory swapping action. But these API calls might slow other apps on the same machine down - or can you be certain that your app has "priority" on the system ?

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform