Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Apartment Model Threading
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00252574
Message ID:
00254350
Views:
25
>>Unless you do something to specifically prevent the operating system from gaining control (such as setting the priority class of a process to real-time, and then never do anything to retrun control to the OS kernel), Windows is always 'multitasking'...
>
>I agree, and wasn't disputing this fact. I was just trying to clarify something for Charlie in the original message, which indicated that he thought it was VFP that was causing multiple threads to use "timeslicing", and not something inherent in the way multiprocessing works.
>

You're right on the money there; VFP isn't directly managing the CPU resource at all. It's letting the operating system do that for it. What we've gained with SP3 and the MTDLL from what I can see is for a single VFP session to start multiple threads of execution within a single instance of VFP (as Rick pointed out, there is some global code, but each thread uses its own local storage for each instance so that things in different threads don't stomp on each other. Rick summarized my own misunderstanding and corrected it very neatly earlier in this message thread.)
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Reply
Map
View

Click here to load this message in the networking platform