Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Object destruction
Message
De
04/02/2014 09:13:39
 
 
À
03/02/2014 16:05:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 8
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Divers
Thread ID:
01592795
Message ID:
01593105
Vues:
36
>>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform