Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MTS - Usability
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00128652
Message ID:
00128937
Views:
29
>I was serious, actually. :-) It will let you queue up as many requests as you want: it will just block each routine until the previous one has finished executing. If you run two different routines, my understanding is that it will work as expected....


Which is NOT multi-use. Perhaps a better term is multi-threaded, it's not.

Only one client can use a VFP MTS COM object at one time. Single Use! Granted the request will be queued by MTS, but the COM object is still single use... which is a BUG... see Apartment Model Threading... which they will fix!

Not very scalable if you and I both can't call my payroll COM object at the same time and expect both request to process together.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform