Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is Silverlight the way forward
Message
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01500668
Message ID:
01500958
Views:
68
Baloney, MTDLL = multi-threaded dll. It helps with scaling. And yes it really scales. You can even call an asynchronous web job that is an actual thread to run in the background. You really have been out of vfp a while, haven't you?? Maybe you should read Calvin's classic paper which explains VFP's multi-threading in detail.
>>Aren't you misunderstanding the issue here? It is the web server (whether it be Apache or IIS) that launches the thread and in the case of PHP the thread is irrelevant. The problems arise when any components used to handle the thread request are not themselves threadsafe. In the case of a VFP COM component I don't think you can do achieve that without instantiating a separate instance of the runtimes for each thread. That doesn't scale well.....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform