Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object destruction
Message
From
04/02/2014 09:13:39
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Miscellaneous
Thread ID:
01592795
Message ID:
01593105
Views:
39
>>>I suspect that the removing an object has to rearrange collection properties like controls() and objects() and the larger the number of objects, the more time it takes. This would explain the exponential increase of time needed when large numbers of objects exist.
>>
>>If this is the case, would manually storing a reference to the objects in instantiation order, and then removing them in that order save some time?
>
>For testing this issue I yesterday built a routine that scans through the objects (using AMEMBERS), puts the info in a table and uses that (ordered) table to remove them, first the youngest child then its parent, then its parent, etc. There was no gain. On the contrary, the two phases together (data collection and removing) were more time consuming.
>
>However, removing certain (known) parents did improve performance.

I presume the problem is solved for the moment. But in the interests of completing my thought - the suggestion was to build the array/cursor of objects at creation time, not destruction. However, given your last line, destroying from top down of that list should be more efficient, but then you have items in the list destroyed before you reach them.

Chris.
Previous
Reply
Map
View

Click here to load this message in the networking platform