Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use of memory
Message
From
02/05/2003 04:41:58
 
 
To
02/05/2003 03:43:12
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00782674
Message ID:
00784017
Views:
18
>Hi Jos,
>
>thanks for your reply.
>
>Is there anything we can do to identify the
>cause of this memory problem?
>
>The developer of the external won't be very happy if we
>just tell them there might be some problem...


Hi Erwin.

The only thing I can tell you is that in every situation where I had a "runaway" memory problem it was always the cause of something outside of VFP itself i.e. a third party dll.

VFP memory usage is, as far as I know, 100% ok with no known memory leak issues at all. We run systems 24/7 for round the clock real-time market trading which use external dll's for a variety of functions.

You could try "proving" it must be the DLL by running your app for a non-stop period of time but do not call the dll at all. Simulate the dll call instead with a dummy routine/dummy data. Run this simulation for a period of time long enough to show a static memory condition vs. the dll version increasing memory condition.

Make sure you implement SYS(3050) anyway in both systems, which is good practice.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform