Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Queued Component is MTA?
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
Queued Component is MTA?
Miscellaneous
Thread ID:
00810010
Message ID:
00810010
Views:
58
VFP objects are STA, so when calling them from ASP.NET the AspCompat = "true" property must be set in the .aspx file. However, if I build the VFP object as a Queued Component, does it then become an MTA object?

My guess is that the code-behind is then instancing the COM+ Recorder (that is multithreaded, right?) and not the VFP object.

Or does that just move the bottleneck from the ASP page to the COM+ system, since in the end the QC wrapper is instancing a STA object?

Anyone?
Reply
Map
View

Click here to load this message in the networking platform