Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long running COM component, solutions
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00763870
Message ID:
00771593
Views:
23
>Actually it wasn't having VFP call another component, but have the C# component (that calls the VFP COM) do more of the work. From what I have observed, a C# class in ASP.NET that does a lot of work, doesn't try to hog the CPU like VFP does.

No it doesn't because the CLR handles the timeslicing of the threads. In addition C# code is likely to be much more granular than VFP code (ie. more code) which gives you more chance to give up timeslices with Thread.Sleep() for example, if you're sitting in a tight loop.
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Reply
Map
View

Click here to load this message in the networking platform