Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MTS - Usability
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Divers
Thread ID:
00128652
Message ID:
00129369
Vues:
30
>should conform to Single Threaded Apartment model threading. VFP6 actually
>does conform to this model, but has internal blocking to prevent simultaneous
>operation of method/property access.

WOw... glad to know someone understands this.

>VB and VFP only simulate this by loading mulitple areas in memory with
>the same code and their own private Thread Local Storage.

I see...

>From what I can see the blocking is required to protect those globals from
>getting hosed by simultaneously running instances. Globals being things related


So, if they can block this an allow sumultaneous 'psuedothread' is MTS still not needed?

As you said, it seems to be the MTS is really only needed when doing homogeneous transactions or complex multi-object transactions?

However, isn't another advantage to MTS the role based security?

Hmm... what to do... we are told three tier... but still deciding on how the middle will work. Is it possible to create a scalable 3-tier in VFP without using MTS or any other middleware?

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform