Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COM Dll performance question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00221513
Message ID:
00221559
Vues:
14
>Why are COM Components running in MTS so much slower than if you hard code the ADO script into an ASP page? I'm not just talking about FoxPro's Components. I have noticed the same thing with VB components, also. The speed of the asp code over the COM component in MTS is ten fold. Is this normal behavior or do I need take a look at my COM components?


Loading directly in the ASP page, the communication is from IIS to the COM object. The object will also remain in memory.

Running in MTS, the communication is from IIS to MTS to the COM object. The object will be released from memory if it isn't called in the specificed amount of time (3 minutes default if I recall). So, when it is needed again, it is again read from disk into memory.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform