Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is a 3.5Mb vfp exe file too large?
Message
De
16/03/2007 20:35:45
Dragan Nedeljkovich (En ligne)
Now officially retired
Zrenjanin, Serbia
 
 
À
16/03/2007 15:56:10
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
01204443
Message ID:
01204895
Vues:
21
>>Hi, All.
>>
>>My application exe file has ballooned to 3.5mb. Is it a cause for slow performance in a Windows 2003 server?. It was the target blame for the bad performance. What should be a preferred vfp exe file size to run efficiently?
>>
>>Assumming of course the network hardware were not the problem?
>>
>>Thanks in advance.
>>Daniel
>
>While I don't think this size is significant, you can try to make it slower by packing especially your class libraries (in case you use classes):
>
>
>use MyClasses.vcx
>pack
>...
>
>
>and then recompile. Otherwise, all those deleted records will be included in the EXE.

Another trick is to keep as many of your classes defined in code as possible. The visual classes are included as they are, file by file, while the prg based ones have only .fxp version included.

I've seen a project shrink the size of the exe by half once most of the classes were converted into prgs.

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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform