Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do non COM+ objects scale to multiple users?
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00670700
Message ID:
00670794
Views:
22
It scales using the apartment model of multi-threading which works extremely well, especially for VFP mtdlls as web apps. See http://www.activevfp.com/dev/dna08.htm for an in-depth discussion. Also, the latest version of Foxpro Advisor has more good info about VFP multithreading. I think the jury is out as far as the benefits of running as COM+
>Hi:
>
>If you don't put your COM object into COM+ to take advantage of JIT, how does it scale to multiple users? Does it just serialize the requests, meaning one request has to wait for another to finish? Is this acceptable in low traffic environment?
>
>Thanx,
>Charlie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform