Bill Cunningham wrote:
> "RobertVA" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> I'd be surprised if ANY application loads into the same memory (virtual OR
>> actual) on two different occasions. In fact, with Window's use of the page
>> file an application's code and data segments might be non continuous, out
>> of sequence and even shift around as they are written to the page file and
>> read back into physical memory.
>
> Things have become so complicated.
>
> Bill
>
>
That's just PART of it. You've got peripherals like mice and keyboards
generating interrupts, peripheral input getting stored into event ques,
the OS has to figure out which window and control the pointer was over
when the mouse was clicked, keeping track of which window and control
has the focus, the OS calling redraw routines in the applications,
applications calling dialog boxes in the OS and applications
"displaying" output on the printer! Pretty much the same thing goes on
in other GUI operating systems going back into the eighties.
It's also pretty amazing how easy it is to accomplish something in
Visual BASIC when Visual C++ requires several large complex source
files, partially generated by Microsoft's wizards, for an identical purpose.
|