Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Need for Session Class in COM DLLs?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00502431
Message ID:
00502450
Vues:
16
Hi!

Because VFP or VB COM objects under MTS are never full multi-threaded, the same COM object code will never run simultaneously in different threads. If they run, they will be completely separate COM objects with their own working environment, so you can feel free to use default data session. Private data sessions are useful here only in case you do several complex calculations inside of the COM object that requires careful environment controlling for each one. I never used this in MTS COM objects...

>I have been building MTS/COM objects (compiled as MTDLLs) for use with IIS for a while now, but have never used the session class in terms of managing the tables the object used. Does anyone see a need to always use them for COM objects? I am now thinking that I should do something with private datasessions always, fearing that a heavily-used DLL will step on "itself" when doing a lot of CRUD.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform