Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speed of VFP
Message
From
20/11/1998 12:02:03
 
 
To
20/11/1998 11:46:25
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00158655
Message ID:
00159806
Views:
33
>Kevin,
>
>Unfortunalely, this is *not* the answer to your query.
>
>Assuming that you are talking VFP 5 or later, MS should have removed any 'overlays' which might previously have been incoroprated into the VFP EXE. One could then assume that EXEs built by VFP would have the same characteristic.
>
>Notwithstanding this, it seems plausible (Ed R. who surely knows more actual details than me on this issue) that bits given up to other active programs in RAM *might* be re-loaded from the EXE. I feel that, to do so, the EXE generated by VFP would have to be re-entrant, and I am not so sure that this would be the case.

Reentrance is not a requirement here. Multiple instances of VFP could easily be active and loading in sections ofd the executable file at will without reentrance; they each have their own addrss space, and their own code segments, and are simply dealing with offswets in a file that isn't changing. Reentrance is an issue where the same code segment (the code in memory) is being shared among several processes, each with their own data and system context. It's no different than sharing any other read-only data source. Even if there were sharing of the code segments taking place, the p-code isn't real native machine code...

>
>Have you tried to get more absolute information as to exactly what is being referenced on the Server that is creating the troublesome traffic?
>
>Good luck,
>
>Jim N
>
>>>So Kevin, look what you started...
>>>
>>>I am just wondering what you are going to do. Can you go with local EXEs on each machine?
>>>
>>
>>I might, however, the actual question has not yet been answered.
>>
>>My clients load the 3 meg exe in the morning once only, so I will not reduce afternoon traffic this wasy.
>>
>>That is unless the system will keep reloading bits from the server as needed.
>>
>>I really want to know if once a section has been loaded from the server (or all of it) does it get reloaded again later.
>>
>>Any further ideas?
>>
>>Kind regards,
>>
>>Kev
>>
>>BrainBashers: www.internet-uk.com/puzzles
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
Next
Reply
Map
View

Click here to load this message in the networking platform