Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Build directory structure
Message
De
13/08/2009 13:40:40
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
13/08/2009 12:38:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01417859
Message ID:
01417956
Vues:
55
>I have run more testing and I am getting rather interesting results.
>I am running my testing locally now and using the following:
>o = NEWOBJECT('classlib.classname', "networklocation\exename.EXE")
>That works as slow.....
>Next, I am doing this:
>o = NEWOBJECT('classname', "networklocation\classlib.vcx")
>Works 1000 times faster. What am I missing?

The latter will find classlib.vcx inside the current executable, where it has all the jump tables and whatnots to find it in a couple of hops. The former, however, tells it it's somewhere in the executable, which it, I guess, searches for some header string, probably quite sequentially. Which would take time.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform